Skip to content

Commit

Permalink
Update rust_fmt_auto_build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bestia-dev authored Feb 3, 2024
1 parent 42ec988 commit f3a6890
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust_fmt_auto_build_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: RustAction
name: rust_fmt_auto_build_test

on:
push:
Expand All @@ -10,12 +10,12 @@ env:
CARGO_TERM_COLOR: always

jobs:
fmt_auto_build_test:
rust_fmt_auto_build_test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Fmt
run: cargo fmt -- --check
- name: Install cargo-auto
Expand All @@ -24,4 +24,4 @@ jobs:
run: cargo auto build
- name: Test
run: cargo auto test


0 comments on commit f3a6890

Please sign in to comment.