Skip to content

fix: address KSM workflow's syntax error #421

fix: address KSM workflow's syntax error

fix: address KSM workflow's syntax error #421

name: Actions yaml CI check
on: [push, pull_request]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
fail_on_error: "true"
# Disable shellcheck tool because it's too nit-picky with inlined Bash commands.
actionlint_flags: '-shellcheck=""'