Merge pull request #92 from Royal-lobster/better-start-auth #241
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint Checks | |
on: [push] | |
jobs: | |
ci: | |
name: Lint using biome | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Setup Node.js and pnpm | |
uses: wyvox/action-setup-pnpm@v3 | |
with: | |
node-version: '18' | |
- name: Lint biome | |
run: pnpm biome ci . |