KBS | Refactoring the codebase / update config file format / bring in plugin mechanism #684
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Actionlint | |
on: [pull_request] | |
jobs: | |
actionlint: | |
name: Workflow Files | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: reviewdog/action-actionlint@v1 | |
with: | |
fail_on_error: true |