WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

build(deps): bump golangci/golangci-lint-action from 6 to 9 #70

build(deps): bump golangci/golangci-lint-action from 6 to 9

build(deps): bump golangci/golangci-lint-action from 6 to 9 #70

Workflow file for this run

name: golangci-lint
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
- uses: actions/setup-python@v6
with:
python-version: "3.11.4"
- uses: pre-commit/[email protected]