This commit is contained in:
Shahrad Elahi 2024-05-29 20:03:02 +03:30
parent 9a6fdaa2a5
commit fd39a92ac7
No known key found for this signature in database
3 changed files with 10 additions and 4 deletions
.github/workflows
.prettierrc

View File

@ -63,4 +63,4 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
platforms: '${{ env.BUILD_PLATFORMS }}' platforms: '${{ env.BUILD_PLATFORMS }}'
tags: "${{ env.GHCR_SLUG }}:${{ env.TAG }},${{ env.DOCKERHUB_SLUG }}:${{ env.TAG }}" tags: '${{ env.GHCR_SLUG }}:${{ env.TAG }},${{ env.DOCKERHUB_SLUG }}:${{ env.TAG }}'

View File

@ -21,6 +21,12 @@
"parser": "svelte", "parser": "svelte",
"plugins": ["prettier-plugin-svelte"] "plugins": ["prettier-plugin-svelte"]
} }
},
{
"files": "Dockerfile",
"options": {
"spaceRedirects": false
}
} }
], ],
"importOrder": ["<THIRD_PARTY_MODULES>", "", "^types$", "^\\$lib/(.*)$", "^@/(.*)$", "", "^[./]"], "importOrder": ["<THIRD_PARTY_MODULES>", "", "^types$", "^\\$lib/(.*)$", "^@/(.*)$", "", "^[./]"],