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:
|
||||
# Give the default GITHUB_TOKEN write permission to commit and push the
|
||||
# added or changed files to the repository.
|
||||
- contents: write
|
||||
- workflows: write
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
@ -8,5 +8,6 @@
|
|||
"jsxSingleQuote": true,
|
||||
"bracketSpacing": true,
|
||||
"jsxBracketSameLine": false,
|
||||
"arrowParens": "always"
|
||||
"arrowParens": "always",
|
||||
"disableLanguages": ["yaml"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue