Skip to content

Commit

Permalink
Merge pull request #33 from mainmatter/dbeer/fix-linting-workflow
Browse files Browse the repository at this point in the history
Fix lint workflow
  • Loading branch information
beerinho authored Mar 23, 2024
2 parents 2cd2555 + c5f9880 commit 3215a2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: CI
name: Lint
on: [push]
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v3
- run: pnpm i --frozen-lockfile
- run: pnpm run lint

0 comments on commit 3215a2e

Please sign in to comment.