Automated SDK generation @ azure-rest-api-specs 0410d404c68289cb1737d06bba92133bb84b515c #69
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: | |
branches: | |
- master | |
- main | |
paths: | |
- ".github/**" | |
workflow_dispatch: {} | |
jobs: | |
lint_workflows: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@v4 | |
- name: Lint actions | |
uses: reviewdog/action-actionlint@v1.57.0 | |
with: | |
actionlint_flags: "-config-file .actionlint.yml" |