Skip to content

Commit

Permalink
Update GitHub Action workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Lewis <[email protected]>
  • Loading branch information
gmlewis committed Jul 9, 2024
1 parent e77e888 commit 0c1bf5f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: check
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down Expand Up @@ -38,6 +38,14 @@ jobs:
moon version --all
moonrun --version
- name: moon update
run: |
moon update
- name: moon install
run: |
moon install
- name: moon check
run: moon check --deny-warn

Expand Down

0 comments on commit 0c1bf5f

Please sign in to comment.