Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ninokeldishvili committed Oct 10, 2024
1 parent 85aedd5 commit edb3dd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on: push

name: Test
name: Format Check

jobs:
test:
name: test
fmt:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -14,4 +14,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --check
args: --check
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on: push

name: Test
name: Run tests

jobs:
test:
name: test
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit edb3dd1

Please sign in to comment.