Skip to content

Commit

Permalink
Debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Feb 8, 2024
1 parent 1d3c88b commit 11dc663
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
matrix: |
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.8, 3.10, 3.12]
- run: echo ${{ steps.set-matrix.outputs.matrix }}
- id: set-matrix
run: echo "matrix=$MATRIX" >> $GITHUB_OUTPUT
outputs:
matrix: ${{ steps.setup-matrix.outputs.matrix }}
matrix: ${{ steps.set-matrix.outputs.matrix }}
# Check code formatting
check-format:
name: '🔍 Check Formatting'
Expand Down

0 comments on commit 11dc663

Please sign in to comment.