Skip to content

Applied lint fixes, added PR lint step + Rules usage #3

Applied lint fixes, added PR lint step + Rules usage

Applied lint fixes, added PR lint step + Rules usage #3

Workflow file for this run

name: Lint code
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.13.0
- uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm i
- run: pnpm lint