Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
iiiii7d committed Jun 26, 2024
1 parent b8caf54 commit 46b1c22
Show file tree
Hide file tree
Showing 17 changed files with 2,798 additions and 1,728 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
on:
push:
branches: [ "main" ]
branches: ["main"]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm install --no-frozen-lockfile
- run: pnpm run prod
- run: cd out; echo > .nojekyll; cd ..
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm install --no-frozen-lockfile
- run: pnpm run prod
- run: cd out; echo > .nojekyll; cd ..
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out
6 changes: 2 additions & 4 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ export default [
languageOptions: {
globals: globals.browser,
},
rules: {

},
rules: {},
},
prettierConfig,
];
];
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"theme_color": "#ccc",
"shortcuts": [],
"screenshots": []
}
}
Loading

0 comments on commit 46b1c22

Please sign in to comment.