Skip to content

Bump actions/deploy-pages from 4 to 5 in the github-actions group across 1 directory #3

Bump actions/deploy-pages from 4 to 5 in the github-actions group across 1 directory

Bump actions/deploy-pages from 4 to 5 in the github-actions group across 1 directory #3

Workflow file for this run

name: Lint GitHub Actions
on:
pull_request:
branches:
- main
paths:
- '.github/workflows/*.yml'
jobs:
action-lint:
name: Run actionlint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run actionlint
env:
GH_TOKEN: ${{ github.token }}
run: |
echo "::add-matcher::.github/matchers/actionlint.json"
gh extension install cschleiden/gh-actionlint
gh actionlint -color
shell: bash