I give up
This commit is contained in:
parent
63d34e475a
commit
929908d6e3
2 changed files with 3 additions and 3 deletions
3
.github/workflows/style.yml
vendored
3
.github/workflows/style.yml
vendored
|
@ -10,8 +10,7 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
# Give the default GITHUB_TOKEN write permission to commit and push the
|
# Give the default GITHUB_TOKEN write permission to commit and push the
|
||||||
# added or changed files to the repository.
|
# added or changed files to the repository.
|
||||||
- contents: write
|
contents: write
|
||||||
- workflows: write
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
@ -8,5 +8,6 @@
|
||||||
"jsxSingleQuote": true,
|
"jsxSingleQuote": true,
|
||||||
"bracketSpacing": true,
|
"bracketSpacing": true,
|
||||||
"jsxBracketSameLine": false,
|
"jsxBracketSameLine": false,
|
||||||
"arrowParens": "always"
|
"arrowParens": "always",
|
||||||
|
"disableLanguages": ["yaml"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue