Skip to content

Commit 2731ca6

Browse files
committed
better order
1 parent fe3ae0d commit 2731ca6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/_check_code.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ jobs:
1717
- name: Run actionlint
1818
uses: rhysd/[email protected]
1919

20+
spell_check:
21+
name: Spell check
22+
runs-on: ubuntu-latest
23+
steps:
24+
- name: Checkout repository
25+
uses: actions/checkout@v6
26+
- name: Check spelling with typos
27+
uses: crate-ci/[email protected]
28+
2029
lint_check:
2130
name: Lint check
2231
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
@@ -28,12 +37,3 @@ jobs:
2837
uses: apify/workflows/.github/workflows/python_type_check.yaml@main
2938
with:
3039
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
31-
32-
spell_check:
33-
name: Spell check
34-
runs-on: ubuntu-latest
35-
steps:
36-
- name: Checkout repository
37-
uses: actions/checkout@v6
38-
- name: Check spelling with typos
39-
uses: crate-ci/[email protected]

0 commit comments

Comments
 (0)