mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-16 03:15:08 +01:00
Update linter.yml
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
4aa61c067c
commit
a540bef384
1 changed files with 2 additions and 3 deletions
3
.github/workflows/linter.yml
vendored
3
.github/workflows/linter.yml
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
name: Lint Code Base
|
name: Lint Code Base
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -7,7 +8,6 @@ on:
|
||||||
permissions: { }
|
permissions: { }
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Lint Code Base
|
name: Lint Code Base
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -22,7 +22,6 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Super-Linter
|
- name: Super-Linter
|
||||||
uses: super-linter/super-linter@v6.6.0
|
uses: super-linter/super-linter@v6.6.0
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue