Skip to content

chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 6.2.0 #591

chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 6.2.0

chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 6.2.0 #591

Workflow file for this run

# GitHub Actions Workflow definition for validating Pull Requests
name: pr-build
on: [pull_request]
jobs:
app:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Unshallow
run: git fetch --prune --unshallow
- name: Setup Go
uses: actions/[email protected]
with:
go-version-file: 'go.mod'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: "~> v2"
args: release --snapshot --skip=publish --clean
docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.84.0'
extended: true
- name: Build root docs with Hugo
run: hugo --minify --source docs/root
- name: Build current-version docs with Hugo
run: hugo --minify --source docs/current-version