diff --git a/.github/workflows/check-biomejs.yml b/.github/workflows/check-biomejs.yml new file mode 100644 index 0000000..0a07653 --- /dev/null +++ b/.github/workflows/check-biomejs.yml @@ -0,0 +1,19 @@ +name: Check Lint and Format + +on: + push: + branches: + - '**' + pull_request: + branches: + - '**' + +jobs: + check: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Run Biome + run: npx biome ci