Skip to content

Commit

Permalink
fix: fantomas-check matrix value usage
Browse files Browse the repository at this point in the history
  • Loading branch information
64J0 committed Apr 2, 2024
1 parent b995600 commit 5355ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fantomas-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
CHECK_FOLDER: ['samples/']
CHECK_FOLDER: [ 'samples/' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Restore packages
run: dotnet tool restore
- name: Run Fantomas
run: dotnet fantomas --check "${CHECK_FOLDER}"
run: dotnet fantomas --check "${{ matrix.CHECK_FOLDER }}"

0 comments on commit 5355ab0

Please sign in to comment.