Skip to content

Change the name template for the archives #2

Change the name template for the archives

Change the name template for the archives #2

Workflow file for this run

name: lint
permissions:
contents: read
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: '.go-version'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2