1.3.0: ci: add first forgejo ci #1
Some checks failed
/ lint_job (pull_request) Failing after 2s
Some checks failed
/ lint_job (pull_request) Failing after 2s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
de845830ef
commit
98ea63a915
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: wearerequired/lint-action@v2
|
||||||
|
with:
|
||||||
|
gofmt: true
|
||||||
|
golint: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue