Skip to content

Commit

Permalink
Highlight commented out matrix strategy
Browse files Browse the repository at this point in the history
The matrix strategy section in the GitHub Actions workflow file was commented out. Adjusted indentation for the 'call-upload-artifacts-workflow' job for consistency.
  • Loading branch information
ivandrofly committed Nov 22, 2024
1 parent 7ad8bce commit 3ae6c83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
jobs:
build:
runs-on: windows-latest
# strategy:
# matrix:
# plugin: [ 'NoRecursiveDash', 'HIColorer', 'HI2UC', 'LinesUnbreaker' ]
# strategy:
# matrix:
# plugin: [ 'NoRecursiveDash', 'HIColorer', 'HI2UC', 'LinesUnbreaker' ]

steps:
# Checkout the repository
Expand Down Expand Up @@ -52,8 +52,8 @@ jobs:
# with:
# name: Plugins
# path: C:\plugins\*.dll
call-upload-artifacts-workflow:
- use: ./github/workflows/upload-artifacts.yml
call-upload-artifacts-workflow:
- use: ./github/workflows/upload-artifacts.yml
# - name: Upload Artifact
# uses: actions/upload-artifact@v4
# with:
Expand Down

1 comment on commit 3ae6c83

@ivandrofly
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yaml is very picky for space

Please sign in to comment.