Skip to content

Commit

Permalink
2024-06-12 20:18
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 12, 2024
1 parent b5c9dc4 commit 678cd6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.12'
- name: Install requirements
run: pip install flake8 pycodestyle
- name: Check syntax
Expand All @@ -68,7 +68,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'
- name: Install requirements
run: pip install isort
- name: iSort
Expand All @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'
- name: Install requirements
run: pip install black
- name: Black
Expand All @@ -94,7 +94,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'
- name: Install requirements
run: pip install bandit
- name: bandit
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/towncrier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
with:
python-version: '3.12'
- name: Install python deps
run: pip install towncrier

- name: Check that changelog is updated
run: towncrier check >> $GITHUB_STEP_SUMMARY
run: |
pip install towncrier
towncrier check >> $GITHUB_STEP_SUMMARY

0 comments on commit 678cd6c

Please sign in to comment.