Skip to content

chore: fixed destroying old pushes [#7] #18

chore: fixed destroying old pushes [#7]

chore: fixed destroying old pushes [#7] #18

Workflow file for this run

name: Golang CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
# v4.2.2
with:
persist-credentials: false
- name: Setup Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
# v5.4.0
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Run Go format check via Makefile
run: make go-fmt-check