Skip to content

Commit

Permalink
Add "matrix" field to "strategy" in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Electronic-Mango committed Jun 15, 2024
1 parent 4dace8f commit 72d4ae4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/black-formatting-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ "python" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
language: [ "python" ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/flake8-pytest-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ "python" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.12
Expand Down

0 comments on commit 72d4ae4

Please sign in to comment.