Skip to content

Commit

Permalink
Merge pull request #56 from unavi-xyz/next
Browse files Browse the repository at this point in the history
Rewrite
  • Loading branch information
kayhhh authored Nov 23, 2024
2 parents e6fb4b9 + d7c5c1a commit 9834628
Show file tree
Hide file tree
Showing 125 changed files with 5,096 additions and 13,813 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,22 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- uses: DeterminateSystems/flake-checker-action@v9

- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: Swatinem/rust-cache@v2

- run: nix develop -c cargo deny check

- run: nix develop -c cargo clippy --all-features --fix --no-deps
- run: nix develop -c cargo fmt --all
- run: nix develop -c cargo ws exec --no-bail -- cargo rdme --force
- run: nix develop -c prettier -w .
- run: nix fmt
- uses: EndBug/add-and-commit@v9
with:
message: "chore: lint"
default_author: github_actions

- run: nix develop -c nix run .#generate-readme
- uses: EndBug/add-and-commit@v9
with:
message: "chore: generate README"
default_author: github_actions

- run: nix develop -c cargo doc --workspace --all-features --no-deps
- run: nix develop -c cargo test --workspace --all-features --all-targets
- run: nix develop -c cargo test --workspace --all-features --doc
Loading

0 comments on commit 9834628

Please sign in to comment.