Skip to content

Commit

Permalink
feat: update just syntax check to use just-action (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtikusHG authored Nov 20, 2023
1 parent ac88b3a commit faec3b8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,9 @@ jobs:
fi
echo "alias_tags=${alias_tags[*]}" >> $GITHUB_OUTPUT
- name: Install just
id: install_just
uses: extractions/setup-just@v1

- name: Check just syntax
id: check_just_syntax
shell: bash
run: |
for file in build/ublue-os-just/*.just; do
if [ -f "$file" ]; then
echo $file
just --fmt --check --unstable -f $file || { exit 1; }
fi
done
uses: ublue-os/just-action@v1

# Build image using Buildah action
- name: Build Image
Expand Down

0 comments on commit faec3b8

Please sign in to comment.