Skip to content

Commit

Permalink
fix pre-commit workflow file
Browse files Browse the repository at this point in the history
Bug: T373759
Change-Id: I26809f36e642f7b5152397b63c657ef63dbcdc66
  • Loading branch information
JJMC89 committed Sep 1, 2024
1 parent 8609c13 commit c339a9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ env:
PYWIKIBOT_NO_USER_CONFIG: 2
jobs:
pre-commit:
matrix:
python-version:
- "3.13.0-alpha - 3.13.0"
- "3.14-dev"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- "3.13.0-alpha - 3.13.0"
- "3.14-dev"
steps:
- name: set up python ${{ matrix.python-version }}
if: "!endsWith(matrix.python-version, '-dev')"
Expand All @@ -35,6 +37,4 @@ jobs:
- name: run pre-commit
uses: pre-commit/action@v3.0.1
timeout-minutes: 5
strategy:
fail-fast: false
timeout-minutes: 100

0 comments on commit c339a9a

Please sign in to comment.