chore: rename ci workflows

This commit is contained in:
Samuel Berthe
2022-12-15 18:26:40 +01:00
parent 28eaf62488
commit 1a60415ae9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: golangci-lint
name: Lint
on:
push:

View File

@@ -1,4 +1,4 @@
name: Go
name: Tests
on:
push:
@@ -18,7 +18,7 @@ jobs:
with:
go-version: 1.18
stable: false
- name: Build
run: make build