Skip to content

patch(github-actions): update actions/create-github-app-token ( v1.10.4 → v1.11.0 ) #22

patch(github-actions): update actions/create-github-app-token ( v1.10.4 → v1.11.0 )

patch(github-actions): update actions/create-github-app-token ( v1.10.4 → v1.11.0 ) #22

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint
on:
workflow_dispatch: {}
pull_request:
paths:
- "**.yaml"
jobs:
yamllint:
uses: ./.github/workflows/reusable-yamllint.yaml
secrets: inherit
with:
yamllint-args: "--config-file=.yamllint.yaml"
actionlint:
uses: ./.github/workflows/reusable-actionlint.yaml
secrets: inherit
with:
actionlint-version: "v1.7.1"
shellcheck:
uses: ./.github/workflows/reusable-shellcheck.yaml
secrets: inherit
markdownlint:
uses: ./.github/workflows/reusable-markdownlint.yaml
secrets: inherit
with:
markdownlint-cli-version: "0.41.0"