Skip to content

Commit

Permalink
feat: add just syntax checker (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtikusHG authored Nov 20, 2023
1 parent 60425a4 commit 59c03c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Checkout Push to Registry action
uses: actions/checkout@v4

- name: Check just syntax
uses: ublue-os/just-action@v1

- name: Matrix Variables
run: |
if [[ "${{ matrix.image_flavor }}" == "main" ]]; then
Expand Down

0 comments on commit 59c03c9

Please sign in to comment.