Skip to content

ROX-25723: add ecosystem preflight check #4208

ROX-25723: add ecosystem preflight check

ROX-25723: add ecosystem preflight check #4208

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# fetch all to allow linting of differences between branches
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: mfinelli/setup-shfmt@v2
- name: Install actionlint
run: |
# Install actionlint to ~/bin/, otherwise pre-commit won't be able to find the executable.
GOBIN="${HOME}/bin/" go install github.com/rhysd/actionlint/cmd/actionlint@latest
- uses: pre-commit/[email protected]