Skip to content

Commit 9e73e12

Browse files
committed
ci: Rename actions for consistency
Using names from current SnakeDeploy template.
1 parent d05f9f8 commit 9e73e12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
jobs:
10-
formatting:
10+
format:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out the code
@@ -19,7 +19,7 @@ jobs:
1919
- name: Check formatting
2020
run: pixi run format --check
2121

22-
linting:
22+
lint:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Check out the code

0 commit comments

Comments
 (0)