Skip to content

Commit b36b13f

Browse files
committed
Try to add Github action lint
1 parent 80061a4 commit b36b13f

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/pre_release.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ jobs:
4444
with:
4545
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
4646

47+
action_lint:
48+
name: Github actions lint
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
55+
4756
unit_tests:
4857
name: Unit tests
4958
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@add-code-cov-to-python

.github/workflows/run_code_checks.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ jobs:
2424
with:
2525
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
2626

27+
action_lint:
28+
name: Github actions lint
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
35+
2736
unit_tests:
2837
name: Unit tests
2938
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@add-code-cov-to-python

0 commit comments

Comments
 (0)