-{"name":"GitHub Actions Lint","on":{"pull_request":{"paths":[".github/**"]},"push":{"branches":["main"],"paths":[".github/**"]}},"permissions":{},"concurrency":{"group":"${{ github.workflow }}-${{ github.ref }}","cancel-in-progress":true},"jobs":{"actionlint":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"timeout-minutes":5,"steps":[{"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683","with":{"persist-credentials":"false"}},{"uses":"koki-develop/github-actions-lint/actionlint@cd40a2834e54895146e4a73ae17dcc37944ffb0f"}]},"ghalint":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"timeout-minutes":5,"steps":[{"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683","with":{"persist-credentials":"false"}},{"uses":"koki-develop/github-actions-lint/ghalint@cd40a2834e54895146e4a73ae17dcc37944ffb0f","with":{"action-path":"./.github/actions/**/action.yml"}}]},"zizmor":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"timeout-minutes":5,"steps":[{"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683","with":{"persist-credentials":"false"}},{"uses":"koki-develop/github-actions-lint/zizmor@cd40a2834e54895146e4a73ae17dcc37944ffb0f","with":{"github-token":"${{ github.token }}","persona":"auditor"}}]}}}
0 commit comments