Skip to content

Commit

Permalink
Merge pull request #1 from vihu/rg/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
vihu authored Apr 8, 2024
2 parents fdbe159 + 4f16579 commit 326ca8e
Show file tree
Hide file tree
Showing 17 changed files with 1,483 additions and 210 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,24 @@ jobs:
run: sudo apt-get update

- name: Setup | Rust toolchain
uses: dtolnay/rust-toolchain@1.70.0
uses: dtolnay/rust-toolchain@1.76.0
with:
components: clippy, rustfmt

- name: Setup | Rust cache
uses: Swatinem/rust-cache@v2

- name: Setup | Just
uses: extractions/setup-just@v2

- name: Hygiene | Formatting
run: cargo fmt -- --check
run: just fmt

- name: Hygiene | Clippy
run: cargo clippy -- -Dclippy::all -Dwarnings
run: just clippy

- name: Hygiene | Test
run: just test

- name: Hygiene | Build
run: just build-dev
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
!.github
!.github/*
!.github/**/*
!migrations
!migrations/*
Loading

0 comments on commit 326ca8e

Please sign in to comment.