tamako/justfile
fawn ad9278ea4b
Some checks failed
ci/woodpecker/push/golint Pipeline was successful
ci/woodpecker/push/clippy Pipeline failed
ci/woodpecker/push/publish Pipeline failed
🔨 chore: crlf -> lf
2024-08-30 03:52:01 +03:00

16 lines
No EOL
266 B
Makefile

set windows-shell := ["pwsh.exe", "-NoLogo", "-Command"]
_default:
@just --list
# Setup the database
setup:
sqlx db setup
# Exessive clippy lints
lint:
cargo clippy --locked -- -W clippy::pedantic -W clippy::nursery
push:
git push
git push gh