Skip to content

Bump actions/checkout from 4.1.1 to 4.1.5 #276

Bump actions/checkout from 4.1.1 to 4.1.5

Bump actions/checkout from 4.1.1 to 4.1.5 #276

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
pre-commit:
# install and run locally via e.g.:
# brew install pre-commit shellcheck && pre-commit run -a
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: '1.21'
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
golangci:
# install and run locally via e.g.:
# brew install golangci-lint && golangci-lint run
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
args: --timeout=3m