Skip to content

Commit

Permalink
ci: add build check
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Sep 20, 2024
1 parent 13b5a1e commit d90d805
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
name: Lint
name: Compile / Lint / Build
runs-on: ubuntu-latest

steps:
Expand All @@ -31,6 +31,9 @@ jobs:
- name: Lint solidity and ts files
run: yarn lint

- name: Lint solidity and ts files
run: yarn build

test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit d90d805

Please sign in to comment.