Skip to content

Commit

Permalink
add cargo-workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Oct 20, 2024
1 parent e787948 commit c74c602
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
submodules: true

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

- uses: DeterminateSystems/flake-checker-action@v9
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: Swatinem/rust-cache@v2
Expand All @@ -36,11 +35,10 @@ jobs:

- run: nix develop -c cargo clippy --all-features --fix --no-deps --allow-dirty
- run: nix develop -c cargo fmt --all

- run: nix fmt
- run: nix develop -c cargo ws exec --no-bail -- cargo rdme --force
- run: nix develop -c prettier -w .
- run: nix develop -c sh scripts/generate-readme.sh
- run: nix develop -c terraform fmt -recursive
- run: nix fmt

- uses: EndBug/add-and-commit@v9
with:
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
cargo-rdme
cargo-release
cargo-watch
cargo-workspaces
nodePackages.prettier
openssh
rust-analyzer
Expand Down
8 changes: 0 additions & 8 deletions scripts/generate-readme.sh

This file was deleted.

0 comments on commit c74c602

Please sign in to comment.