Skip to content

Commit

Permalink
Add lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
beerinho committed Mar 23, 2024
1 parent da5ce37 commit fe9484e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: CI
on: [push]
jobs:
build:
name: Lint
steps:
- uses: pnpm/action-setup@v2
- run: pnpm i --frozen-lockfile
- run: pnpm run lint

0 comments on commit fe9484e

Please sign in to comment.