Skip to content

fix the runner label for security scan #370

fix the runner label for security scan

fix the runner label for security scan #370

Workflow file for this run

name: Meta Actions Scanner
on:
pull_request:
push:
branches:
- main
jobs:
actionlint:
runs-on: platform-eng-ent-v2-dual
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
actionlint_flags: -config=.github/actionlint.yaml
if: github.event_name == 'pull_request'
- name: Check workflow files
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash