Skip to content

Merge branch 'ajmcquilkin/update-biome-lints' of github.com:ajmcquilk… #154

Merge branch 'ajmcquilkin/update-biome-lints' of github.com:ajmcquilk…

Merge branch 'ajmcquilkin/update-biome-lints' of github.com:ajmcquilk… #154

Workflow file for this run

name: "Code Lint Check"
on: [push, pull_request]
jobs:
quality:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v1
with:
version: latest
- name: Run Biome
run: biome ci .