Skip to content

Commit 9c200db

Browse files
committed
Update
1 parent 0a471ec commit 9c200db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruff-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on: [ push, pull_request ]
2-
name: Ruff Format Check
2+
name: ruff check formatting
33
jobs:
44
ruff_format_check:
55
runs-on: ubuntu-latest

.github/workflows/ruff-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on: [ push, pull_request ]
2-
name: ruff linting
2+
name: ruff check linting
33
jobs:
44
ruff:
55
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)