Compare commits
9 commits
205902205f
...
8faa5e864c
| Author | SHA1 | Date | |
|---|---|---|---|
|
8faa5e864c |
|||
|
03348d17a7 |
|||
|
58a3713903 |
|||
|
7c741df95c |
|||
|
24ab2cd7c2 |
|||
|
f32441baec |
|||
|
7651c3b346 |
|||
|
d522667bb1 |
|||
|
81c6dec63c |
1 changed files with 20 additions and 0 deletions
20
.forgejo/workflows/test.yml
Normal file
20
.forgejo/workflows/test.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
|
||||
jobs:
|
||||
lint_job:
|
||||
runs-on: raw
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup golang
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21"
|
||||
|
||||
- name: golangci-lint
|
||||
uses: https://github.com/golangci/golangci-lint-action@v8
|
||||
with:
|
||||
version: v2.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue