Skip to content

Commit c98b533

Browse files
committed
polish gh actions naming
1 parent 5acbb3b commit c98b533

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pre_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
with:
4545
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
4646

47-
action_lint:
48-
name: Github actions lint
47+
actions_lint_check:
48+
name: Actions lint check
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout repository

.github/workflows/run_code_checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
with:
2525
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
2626

27-
action_lint:
28-
name: Github actions lint
27+
actions_lint_check:
28+
name: Actions lint check
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout repository

0 commit comments

Comments
 (0)