Skip to content

Commit 0f9fe6c

Browse files
committed
Update actions lint check
1 parent c98b533 commit 0f9fe6c

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/pre_release.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ jobs:
3232
release_type: prerelease
3333
existing_changelog_path: CHANGELOG.md
3434

35+
actions_lint_check:
36+
name: Actions lint check
37+
runs-on: ubuntu-latest
38+
steps:
39+
- name: Checkout repository
40+
uses: actions/checkout@v6
41+
- name: Run actionlint
42+
uses: rhysd/actionlint@v1.7.9
43+
3544
lint_check:
3645
name: Lint check
3746
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
@@ -44,15 +53,6 @@ jobs:
4453
with:
4554
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
4655

47-
actions_lint_check:
48-
name: Actions lint check
49-
runs-on: ubuntu-latest
50-
steps:
51-
- name: Checkout repository
52-
uses: actions/checkout@v6
53-
- name: Run actionlint
54-
uses: rhysd/actionlint@v1.7.9
55-
5656
unit_tests:
5757
name: Unit tests
5858
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@add-code-cov-to-python
@@ -61,7 +61,7 @@ jobs:
6161
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
6262
operating-systems: '["ubuntu-latest", "windows-latest"]'
6363
python-version-for-codecov: "3.14"
64-
operating-system-for-codecov: "ubuntu-latest"
64+
operating-system-for-codecov: ubuntu-latest
6565

6666
integration_tests:
6767
name: Integration tests
@@ -71,7 +71,7 @@ jobs:
7171
python-versions: '["3.10", "3.14"]'
7272
operating-systems: '["ubuntu-latest"]'
7373
python-version-for-codecov: "3.14"
74-
operating-system-for-codecov: "ubuntu-latest"
74+
operating-system-for-codecov: ubuntu-latest
7575

7676
update_changelog:
7777
name: Update changelog

.github/workflows/run_code_checks.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15+
actions_lint_check:
16+
name: Actions lint check
17+
runs-on: ubuntu-latest
18+
steps:
19+
- name: Checkout repository
20+
uses: actions/checkout@v6
21+
- name: Run actionlint
22+
uses: rhysd/actionlint@v1.7.9
23+
1524
lint_check:
1625
name: Lint check
1726
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
@@ -24,15 +33,6 @@ jobs:
2433
with:
2534
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
2635

27-
actions_lint_check:
28-
name: Actions lint check
29-
runs-on: ubuntu-latest
30-
steps:
31-
- name: Checkout repository
32-
uses: actions/checkout@v6
33-
- name: Run actionlint
34-
uses: rhysd/actionlint@v1.7.9
35-
3636
unit_tests:
3737
name: Unit tests
3838
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@add-code-cov-to-python
@@ -41,7 +41,7 @@ jobs:
4141
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
4242
operating-systems: '["ubuntu-latest", "windows-latest"]'
4343
python-version-for-codecov: "3.14"
44-
operating-system-for-codecov: "ubuntu-latest"
44+
operating-system-for-codecov: ubuntu-latest
4545

4646
docs_check:
4747
name: Docs check
@@ -56,4 +56,4 @@ jobs:
5656
python-versions: '["3.10", "3.14"]'
5757
operating-systems: '["ubuntu-latest"]'
5858
python-version-for-codecov: "3.14"
59-
operating-system-for-codecov: "ubuntu-latest"
59+
operating-system-for-codecov: ubuntu-latest

0 commit comments

Comments
 (0)