Skip to content

Commit 3e44d27

Browse files
committed
Fix linting CI, rename workflows
1 parent a489bdf commit 3e44d27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python package
1+
name: Build & test package
22

33
on:
44
push:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python package
1+
name: Linting
22

33
on:
44
push:
@@ -28,4 +28,4 @@ jobs:
2828
- name: Upgrade pip and install hatch
2929
run: python3 -m pip install --upgrade pip hatch
3030
- name: Check style against standards
31-
run: hatch run
31+
run: hatch run lint

0 commit comments

Comments
 (0)