This commit is contained in:
Pierre Dubouilh
2023-07-08 15:25:11 +02:00
committed by Pierre Dubouilh
parent 7b4987d503
commit 97c427fb87
3 changed files with 27 additions and 22 deletions
+3
View File
@@ -12,6 +12,9 @@ jobs:
go-version: 1.19.1
id: go
- name: deps
run: npm i -g standard
- name: Check out code into the Go module directory
uses: actions/checkout@v1
with: