switched to Makefile-based jobs

This commit is contained in:
Christian Mouchet
2022-05-17 13:33:50 +02:00
committed by Jean-Philippe Bossuat
parent 26a747a39d
commit 3f6590e4e1

View File

@@ -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