Compare commits
1 commit
4ee423ac97
...
81c6dec63c
| Author | SHA1 | Date | |
|---|---|---|---|
|
81c6dec63c |
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/test.yml
Normal file
16
.forgejo/workflows/test.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
|
||||
jobs:
|
||||
lint_job:
|
||||
runs-on: raw
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run linters
|
||||
uses: https://github.com/wearerequired/lint-action@v2
|
||||
with:
|
||||
gofmt: true
|
||||
golint: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue