Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
81c6dec63c
commit
d522667bb1
1 changed files with 7 additions and 0 deletions
|
|
@ -5,7 +5,14 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
lint_job:
|
lint_job:
|
||||||
runs-on: raw
|
runs-on: raw
|
||||||
|
container:
|
||||||
|
image: golangci/golangci-lint:v1.56.2
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup NodeJS
|
||||||
|
uses: actions/setup-node@v5
|
||||||
|
with:
|
||||||
|
node-version: '24'
|
||||||
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue