Skip to content

Commit

Permalink
2 months of work for an animated banner... i'm thrilled
Browse files Browse the repository at this point in the history
  • Loading branch information
Việt Trọng Dương authored Dec 20, 2024
1 parent 12b805f commit 32478a6
Show file tree
Hide file tree
Showing 48 changed files with 3,220 additions and 543 deletions.
40 changes: 3 additions & 37 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -19,39 +19,5 @@ jobs:
toolchain: stable
profile: default
override: true
- run: cargo build --all-targets

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: default
override: true
- run: cargo test --all-targets

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
components: clippy
override: true
- run: cargo clippy -- -Dwarnings -Aunused

check-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
components: rustfmt
override: true
- run: cargo +nightly fmt --check
- run: cargo install --force cargo-make
- run: cargo make ci
Loading

0 comments on commit 32478a6

Please sign in to comment.