refactor: Rename ruff gh actions
Rename ruff gh actions to be more understandable Refactor COG-650
This commit is contained in:
parent
8aff9962dd
commit
7a9f7b07f6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ruff_format.yaml
vendored
2
.github/workflows/ruff_format.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Ruff
|
||||
name: ruff format
|
||||
on: [ push, pull_request ]
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
2
.github/workflows/ruff_lint.yaml
vendored
2
.github/workflows/ruff_lint.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Ruff
|
||||
name: ruff lint
|
||||
on: [ push, pull_request ]
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue