Skip to content

Commit

Permalink
Add building to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sealer3 committed Dec 2, 2023
1 parent 5f20839 commit 85122d1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Prettier
name: Build and Prettier
on:
pull_request:
types: [opened, synchronize]
Expand All @@ -23,3 +23,5 @@ jobs:
run: npm ci
- name: Run prettier
run: npx prettier -c .
- name: Build Otterscan
run: npm run build

0 comments on commit 85122d1

Please sign in to comment.