Skip to content

Disable ENV set by docker/metadata-action #87

Disable ENV set by docker/metadata-action

Disable ENV set by docker/metadata-action #87

Workflow file for this run

---
name: GitHub Actions
on:
pull_request:
paths:
- ".github/workflows/*"
jobs:
lint:
name: Lint
# These permissions are needed to:
# - Checkout the Git repo (`contents: read`)
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# https://github.com/rhysd/actionlint/blob/v1.7.6/docs/usage.md#use-actionlint-on-github-actions
# https://github.com/rhysd/actionlint/blob/v1.7.6/docs/usage.md#reviewdog
# https://github.com/reviewdog/reviewdog#filter-mode
# No support for non-workflows yet: https://github.com/rhysd/actionlint/issues/46
- uses: reviewdog/action-actionlint@db58217885f9a6570da9c71be4e40ec33fe44a1f # v1.65.0
with:
fail_level: error
filter_mode: nofilter # Post results on all results and not just changed files