Skip to content

Update ghcr.io/vshn/appcat Docker tag to v4.45.2 - autoclosed #327

Update ghcr.io/vshn/appcat Docker tag to v4.45.2 - autoclosed

Update ghcr.io/vshn/appcat Docker tag to v4.45.2 - autoclosed #327

Workflow file for this run

name: Pull Request (package)
on:
pull_request:
branches:
- master
env:
PACKAGE_NAME: appcat
jobs:
linting:
runs-on: ubuntu-latest
strategy:
matrix:
command:
- lint_yaml
- lint_commodore
steps:
- uses: actions/checkout@v4
- name: Run ${{ matrix.command }}
run: make -C package ${{ matrix.command }}