diff --git a/.github/workflows/push-ghcr.yml b/.github/workflows/push-ghcr.yml index b551fac..6c42063 100644 --- a/.github/workflows/push-ghcr.yml +++ b/.github/workflows/push-ghcr.yml @@ -23,12 +23,12 @@ on: env: REGISTRY: ghcr.io - + jobs: build: name: push runs-on: ubuntu-latest - + steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5200727 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "editor.formatOnSave": true, + "editor.defaultFormatter": "biomejs.biome-nightly", + "editor.codeActionsOnSave": { + "quickfix.biome": "explicit", + "source.organizeImports.biome": "explicit" + } +}