Skip to content

Rollback support

Rollback support #16

Workflow file for this run

name: Lint
permissions: {}
on:
pull_request:
branches:
- "**"
jobs:
actionlint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Add GOPATH bin to PATH
run: echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
- name: Install actionlint
run: make install-actionlint
- name: Run actionlint
run: make actionlint
shellcheck:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master
with:
severity: info