build(deps): bump rvben/rumdl from 1b67cda90e504ec50ac6c718986c3f0922a3bf9f to d33e483aece16a4aab8e5ce15758b6e07799ccd5 #153
Workflow file for this run
This file contains hidden or 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: Github Actions | |
| on: | |
| pull_request: | |
| paths: | |
| - ".github/**" | |
| defaults: | |
| run: | |
| working-directory: ./.github | |
| permissions: | |
| contents: read | |
| jobs: | |
| actionlint: | |
| name: Lint | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 | |
| with: | |
| persist-credentials: false | |
| sparse-checkout: | | |
| .github | |
| - uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0 | |
| with: | |
| filter_mode: nofilter | |
| fail_on_error: true | |
| reporter: github-pr-check |