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:
# 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

View file

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