mirror of
https://github.com/wireadmin/wireadmin
synced 2025-06-26 18:28:06 +00:00
fix style
This commit is contained in:
parent
2ed6d8dd99
commit
844c563768
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: "${{ github.workflow }}-${{ github.event.number || github.sha }}"
|
||||
group: '${{ github.workflow }}-${{ github.event.number || github.sha }}'
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
@ -1,7 +1,7 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
/build
|
||||
.svelte-kit
|
||||
web
|
||||
/package
|
||||
.env
|
||||
.env.*
|
||||
|
Loading…
Reference in New Issue
Block a user