Skip to content
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
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: "monthly"
interval: semiannually
groups:
cargo-dependencies:
patterns:
Expand All @@ -13,4 +13,4 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "monthly"
interval: semiannually
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v17

# Evaluate the devshell here so that the time reported for subsequent
# steps that use it reflect what is actually done there.
- name: Evaluate devShell
run: nix develop
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@v21

- name: Format
run: nix develop --command treefmt --fail-on-change
Expand All @@ -34,8 +29,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v17
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@v21

- name: Build
run: nix develop --command wrangler deploy --dry-run
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target
node_modules
.wrangler
.direnv
Loading
Loading