Skip to content

Commit

Permalink
Merge pull request #10 from Marukome0743/main
Browse files Browse the repository at this point in the history
Add settings.json
  • Loading branch information
Marukome0743 authored Dec 9, 2023
2 parents 46e094a + 361aa98 commit 1e82ed9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ on:

env:
REGISTRY: ghcr.io

jobs:
build:
name: push
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome-nightly",
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
}
}

0 comments on commit 1e82ed9

Please sign in to comment.