Skip to content

Bump robherley/go-test-action from 0.6.0 to 0.7.1 #652

Bump robherley/go-test-action from 0.6.0 to 0.7.1

Bump robherley/go-test-action from 0.6.0 to 0.7.1 #652

Workflow file for this run

---
name: Lint
on:
- pull_request
- push
permissions:
contents: read
pull-requests: write
jobs:
actionlint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: reviewdog/action-actionlint@v1
markdownlint:
name: markdown
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v22
yamllint:
name: Yamllint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- name: Run Yamllint
uses: frenck/[email protected]
with:
strict: true