Skip to content

Commit

Permalink
feat: prettier 3.0 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Oct 29, 2023
1 parent 798c5c5 commit e80b7c0
Show file tree
Hide file tree
Showing 30 changed files with 3,626 additions and 3,865 deletions.
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

0 comments on commit e80b7c0

Please sign in to comment.