Skip to content

Update docker-publish-to-ghcr-express.yml #10

Update docker-publish-to-ghcr-express.yml

Update docker-publish-to-ghcr-express.yml #10

Workflow file for this run

# https://github.com/marketplace/actions/super-linter
name: Super Linter
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
linting:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}