Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Mar 12, 2024
1 parent fd50b0e commit bb0d7da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: cargo b
run: cargo build
- name: cargo build
run: cargo b

fmt:
name: Formatting
Expand Down Expand Up @@ -52,5 +52,4 @@ jobs:
components: clippy

- name: Clippy Check
uses: cargo clippy

run: cargo clippy

0 comments on commit bb0d7da

Please sign in to comment.