Skip to content

chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 #18

chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0

chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 #18

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