Skip to content

[action] Use one-compiler 1.30.0 #83

[action] Use one-compiler 1.30.0

[action] Use one-compiler 1.30.0 #83

name: Check Workflows
on:
pull_request:
paths:
# WARNING: PRs from forked repo are not allowed.
- '.github/workflows/**'
jobs:
actionlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.7.7
./actionlint -color -verbose
shell: bash