Skip to content

Merge pull request #7 from noodnik2/ci-pr #10

Merge pull request #7 from noodnik2/ci-pr

Merge pull request #7 from noodnik2/ci-pr #10

Workflow file for this run

name: ci
on:
push:
branches: main
pull_request:
branches: main
types: [opened, synchronize, reopened, ready_for_review]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: stable
# Cache is managed by golangci-lint
# https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
args: --timeout=4m
version: v1.55.1