chore: update license
This commit is contained in:
parent
5526815bb5
commit
b78541fa58
3 changed files with 35 additions and 75 deletions
|
@ -1,22 +0,0 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
linting:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: stable
|
||||
- uses: https://github.com/golangci/golangci-lint-action@v6
|
||||
tests:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: stable
|
||||
- name: Install dependencies
|
||||
run: go get .
|
||||
- name: Run tests
|
||||
run: go test
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue