format(.github): Format CI files

This commit is contained in:
Emil Ivanichkov 2024-02-29 12:12:26 +02:00 committed by Emil Ivanichkov
parent ef387f8c58
commit 8578889a58
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ permissions:
deployments: write
concurrency:
group: "pages"
group: 'pages'
cancel-in-progress: false
jobs:

View File

@ -148,4 +148,3 @@ jobs:
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"npx http-server storybook-static --port 6006 --silent" \
"npx wait-on tcp:127.0.0.1:6006 && yarn test-storybook"