Skip to content

chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#38) #85

chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#38)

chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#38) #85

Workflow file for this run

name: actionlint
on:
push:
branches: [main]
pull_request:
branches: [main]
paths:
- '.github/workflows/**'
jobs:
action-lint:
runs-on: ubuntu-latest
name: Action Lint
steps:
- uses: actions/checkout@v4
- name: Install action linter
run: |
mkdir -p "$HOME"/.local/bin
curl -sL https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash | bash -s -- latest "$HOME"/.local/bin
- name: Check that all workflows are valid
run: actionlint -verbose