Skip to content

Bump github.com/polyfloyd/go-errorlint from 1.5.1 to 1.7.0 #108

Bump github.com/polyfloyd/go-errorlint from 1.5.1 to 1.7.0

Bump github.com/polyfloyd/go-errorlint from 1.5.1 to 1.7.0 #108

Workflow file for this run

name: Website
on:
push:
branches:
- main
permissions: read-all
jobs:
publish:
name: Publish
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false
- name: Install Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: go.mod
- name: Build
run: go run tasks.go web-build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@ec9c88baef04b842ca6f0a132fd61c762aa6c1b0 # v4.6.0
with:
branch: gh-pages
folder: web
single-commit: true