mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-30 12:32:37 +00:00
Merge pull request #567 from ArtikusHG/just-syntax-checker
feat: add just syntax checker
This commit is contained in:
commit
0f62901870
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -67,6 +67,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: |
|
||||
echo "BASE_IMAGE_NAME=${{ matrix.base_image_name }}" >> $GITHUB_ENV
|
||||
|
Loading…
x
Reference in New Issue
Block a user