Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: prettier 3.0 #62

Merged
merged 6 commits into from
Oct 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@

*.jpg binary
*.png binary

js/startup.js linguist-generated=true
7 changes: 4 additions & 3 deletions .github/workflows/check_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: check_updates

on:
workflow_dispatch:
schedule:
# do this three times a week
- cron: "0 7 * * 1,3,5"
# temporarily disabled until next release
# schedule:
# # do this three times a week
# - cron: "0 7 * * 1,3,5"

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ jobs:
- uses: dsherret/rust-toolchain-file@v1
- uses: Swatinem/rust-cache@v2
with:
prefix-key: "v2-rust"
prefix-key: "v3-rust"
save-if: ${{ github.ref == 'refs/heads/main' }}
- uses: denoland/setup-deno@v1
- uses: actions/setup-node@v3
with:
node-version: 18

- name: npm install
run: cd js/node && npm ci
Expand Down
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
js/node/node_modules
js/node/dist
js/startup.js.map
js/startup.js
js/node/dist/
target
.parcel-cache/
node_modules
.parcel-cache
.vscode
138 changes: 58 additions & 80 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading