trying to run as standalone jobs

This commit is contained in:
Christian Mouchet
2022-05-17 11:04:17 +02:00
committed by Jean-Philippe Bossuat
parent 4e2fd72cf8
commit fab9ce9638

View File

@@ -2,7 +2,12 @@ name: CI Checks
on:
push:
jobs:
ci:
- checks:
name: Static Checks
uses: dominikh/staticcheck-action@v1.2.0
with:
version: "2022.1"
- tests:
name: Go ${{ matrix.go }}
runs-on: ubuntu-latest
strategy:
@@ -26,10 +31,5 @@ jobs:
- name: Build
run: go build ./...
- name: Static Checks
uses: dominikh/staticcheck-action@v1.2.0
with:
version: "2022.1"
- name: Run Makefile checks
run: make ci_tests