Skip to content

Merge pull request #5 from vikejs/magne4000/fix-4 #26

Merge pull request #5 from vikejs/magne4000/fix-4

Merge pull request #5 from vikejs/magne4000/fix-4 #26

Workflow file for this run

name: "Check formatting"
on:
push:
jobs:
check_formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run lint