Skip to content

Commit dcd0f1c

Browse files
author
akashjavelin
committed
devops: updating lint checks
1 parent 9c367c7 commit dcd0f1c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ concurrency:
1717
cancel-in-progress: true
1818

1919
env:
20-
PY_LINT_CFG: ".flake8"
21-
LINT_REPORT_FILE: "lint-report"
22-
PY_VER: 3.11.8
2320
PR_CHECK_PREFIX: "feat:|fix:|devops:|Merge|Revert|build\\(deps\\)|\\[Snyk\\]|Bump"
2421
GH_SEC_REPORT: false
2522
TRIVY_SEVERITY: "HIGH,CRITICAL"
@@ -61,6 +58,10 @@ jobs:
6158
contents: 'read'
6259
id-token: 'write'
6360
runs-on: ubuntu-24.04
61+
env:
62+
PY_VER: 3.12.0
63+
PY_LINT_CFG: .flake8
64+
LINT_REPORT_FILE: lint-report
6465
steps:
6566
- name: Checkout
6667
uses: actions/checkout@v4

0 commit comments

Comments
 (0)