Skip to content

[sc-90424]: Adding default code owners for compliance #5

[sc-90424]: Adding default code owners for compliance

[sc-90424]: Adding default code owners for compliance #5

Workflow file for this run

name: PR - linting
on:
pull_request:
workflow_dispatch:
jobs:
actionlint-pr:
permissions:
contents: read
runs-on: ubuntu-latest
name: Actionlint
steps:
- uses: actions/checkout@v4
- run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color -shellcheck=
shell: bash