Automated SDK generation @ azure-rest-api-specs f56fd0ca360a8545e4a9e108b84abf01ba195d2d #3
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/[email protected] | |
with: | |
actionlint_flags: "-config-file .actionlint.yml" |