Skip to content

Commit

Permalink
Merge pull request #26 from pluto-lang/update-ci
Browse files Browse the repository at this point in the history
chore: add a compilation step to CI
  • Loading branch information
Peefy authored Oct 23, 2023
2 parents c62df3e + f1f21d9 commit fcb426b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ jobs:

- name: Lint
run: pnpm lint

- name: Compile
run: pnpm compile

- name: Test
run: pnpm test

0 comments on commit fcb426b

Please sign in to comment.