Skip to content

Merge pull request #21 from TotallyNotRobots/renovate/golang.org-x-sy… #64

Merge pull request #21 from TotallyNotRobots/renovate/golang.org-x-sy…

Merge pull request #21 from TotallyNotRobots/renovate/golang.org-x-sy… #64

Workflow file for this run

name: Go
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
with:
go-version-file: go.mod
- name: build
run: make build
- name: test
run: make test
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
with:
version: latest