I give up

This commit is contained in:
Team 1280 Programming Laptop 2024-02-14 16:49:59 -08:00
parent 63d34e475a
commit 929908d6e3
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -8,5 +8,6 @@
"jsxSingleQuote": true, "jsxSingleQuote": true,
"bracketSpacing": true, "bracketSpacing": true,
"jsxBracketSameLine": false, "jsxBracketSameLine": false,
"arrowParens": "always" "arrowParens": "always",
"disableLanguages": ["yaml"]
} }