Skip to content

Merge pull request #6 from arkedge/fix-typo #33

Merge pull request #6 from arkedge/fix-typo

Merge pull request #6 from arkedge/fix-typo #33

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/[email protected]
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run lint