Skip to content

Commit

Permalink
Merge "fix pre-commit workflow file"
Browse files Browse the repository at this point in the history
  • Loading branch information
xqt authored and Gerrit Code Review committed Sep 1, 2024
2 parents 68d7dde + c339a9a commit ec7a0e5
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/[email protected]
timeout-minutes: 5
strategy:
fail-fast: false
timeout-minutes: 100

0 comments on commit ec7a0e5

Please sign in to comment.