Skip to content

Commit

Permalink
Clean job name
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Feb 2, 2024
1 parent 70c272e commit 8cc7ee7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
RUST_BACKTRACE: 1

jobs:
typos-check:
typos:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
Expand All @@ -45,7 +45,7 @@ jobs:
- name: do typos check with typos-cli
run: typos

licenses-check:
licenses:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
Expand All @@ -56,7 +56,7 @@ jobs:
uses: korandoru/[email protected]

# Add python format check later.
code-fmt-check:
code-format:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Rust Code Format
run: ./scripts/workspace.py cargo fmt -- --check

dependencies-check:
dependencies:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Check dependencies
run: python3 ./scripts/dependencies.py check

website-dependencies-check:
website-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8cc7ee7

Please sign in to comment.