Skip to content

chore: add .prettierignore; add check for cargo fmt #31

chore: add .prettierignore; add check for cargo fmt

chore: add .prettierignore; add check for cargo fmt #31

Workflow file for this run

name: Lint check
on: push
jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm i
- run: pnpm run lint