Skip to content

Update .goreleaser.yml #198

Update .goreleaser.yml

Update .goreleaser.yml #198

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@v7
- uses: reviewdog/action-actionlint@v1
markdownlint:
name: markdown
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v24.2.0
yamllint:
name: Yamllint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- name: Run Yamllint
uses: frenck/action-yamllint@v1.5.0
with:
strict: true