Skip to content

ci: fetch origin head_ref before checkout in fixture regeneration wor… #479

ci: fetch origin head_ref before checkout in fixture regeneration wor…

ci: fetch origin head_ref before checkout in fixture regeneration wor… #479

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.22.x
- run: make test
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.22.x
- uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2023.1"
install-go: false