fix: formatting
This commit is contained in:
parent
e130da77f4
commit
fc4d83b445
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -10,20 +10,16 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: lint
|
name: lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: read
|
packages: read
|
||||||
# to report GitHub Actions status checks
|
|
||||||
statuses: write
|
statuses: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
# super-linter needs the full git history to get the list of files that changed across commits
|
# Super-linter needs the full git history to get the list of files that changed across commits
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Super-linter check
|
- name: Super-linter check
|
||||||
uses: super-linter/super-linter@v6.9.0 # x-release-please-version
|
uses: super-linter/super-linter@v6.9.0 # x-release-please-version
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user