Skip to content

Bump golang/go from go1.24 to 1.25.3 #830

Bump golang/go from go1.24 to 1.25.3

Bump golang/go from go1.24 to 1.25.3 #830

Workflow file for this run

---
name: reviewdog
on: # yamllint disable-line rule:truthy
pull_request:
types:
- opened
- edited
- reopened
- synchronize
push:
jobs:
hadolint:
name: runner / hadolint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/[email protected]
- name: hadolint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
yamllint:
name: runner / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: yamllint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: shellcheck
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
path: "."
pattern: "*.sh"
exclude: "./.git/*"
misspell:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
languagetool:
name: runner / languagetool
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
patterns: |
**/*.md
language: en