Skip to content

Refactor the CI workflows and scripts to make it clearer #5

Refactor the CI workflows and scripts to make it clearer

Refactor the CI workflows and scripts to make it clearer #5

Workflow file for this run

name: Actionlint
on:
pull_request:
paths-ignore:
- '**/*.md'
permissions:
contents: read
jobs:
actionlint:
name: Workflow Files
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: reviewdog/action-actionlint@0d952c597ef8459f634d7145b0b044a9699e5e43 # v1.71.0
with:
fail_level: any