Skip to content

[WORKFLOW] verify contracts in canary build #733

[WORKFLOW] verify contracts in canary build

[WORKFLOW] verify contracts in canary build #733

name: Lint GitHub Actions workflows
on: pull_request
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check workflow files
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash