feat: add just syntax checker

This commit is contained in:
ArtikusHG 2023-11-20 13:43:07 +00:00 committed by GitHub
parent 1f4243763c
commit 70f7aae264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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