ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

autofix .sqlx directory

Signed-off-by: marshmallow <git@althaea.zone>

authored by

marshmallow and committed by
GitHub
54c8cb99 e1008f1a

+2
+2
.github/workflows/autofix.yml
··· 38 38 key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} 39 39 - name: setup sqlx 40 40 run: nix develop -L -v -c sqlx database setup --source ./wire/lib/src/cache/migrations/ 41 + - name: autofix sqlx 42 + run: nix develop -L -v -c cargo sqlx prepare --workspace 41 43 - name: clippy --fix 42 44 run: nix develop -L -v -c cargo clippy --fix 43 45 - name: pre-commit run