Skip to content

copy common files (Go 1.22) #170

copy common files (Go 1.22)

copy common files (Go 1.22) #170

Workflow file for this run

on: push
jobs:
ci:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
- name: "Run CI"
run: make --warn-undefined-variables --no-print-directory ci
- name: "Upload coverage"
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage.*