add lint workflow

This commit is contained in:
Nils 2022-12-29 18:34:13 +01:00
parent 5c8a39ad75
commit 73414736f9
Signed by: byreqz
GPG Key ID: 396A62D7D436749E
1 changed files with 7 additions and 0 deletions

7
.github/workflows/lint.yml vendored Normal file
View File

@ -0,0 +1,7 @@
name: ci
on: [push]
jobs:
test:
uses: byReqz/workflows/.github/workflows/golint_with_codeql.yml@main