Some checks failed
/ lint_job (pull_request) Failing after 1s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
16 lines
No EOL
328 B
YAML
16 lines
No EOL
328 B
YAML
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/marketplace/actions/lint-action@v2
|
|
with:
|
|
gofmt: true
|
|
golint: true |