mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
switched to Makefile-based jobs
This commit is contained in:
committed by
Jean-Philippe Bossuat
parent
26a747a39d
commit
3f6590e4e1
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -3,16 +3,16 @@ on:
|
||||
push:
|
||||
jobs:
|
||||
checks:
|
||||
name: "Run staticcheck"
|
||||
name: Run staticcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.17
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.17
|
||||
- name: Setup tools
|
||||
run: make get_tools
|
||||
- name: Run Makefile checks
|
||||
|
||||
Reference in New Issue
Block a user