style: format code and add prettier configuration files
This commit is contained in:
parent
3e0b17ebe6
commit
395c1bc75f
39 changed files with 338 additions and 207 deletions
|
@ -11,7 +11,7 @@ permissions:
|
|||
contents: read # for checkout
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }} # Ensure each branch has its own group
|
||||
group: ${{ github.ref }} # Ensure each branch has its own group
|
||||
cancel-in-progress: false # Prevent new runs from canceling in-progress runs
|
||||
|
||||
jobs:
|
||||
|
@ -29,4 +29,3 @@ jobs:
|
|||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue