Skip to content

Commit

Permalink
Merge pull request #45 from MarcelDiessner/feature/syntaxChecking
Browse files Browse the repository at this point in the history
added linebreaks
  • Loading branch information
MarcelDiessner authored Jun 11, 2021
2 parents 8465384 + 1ece3d6 commit cf10677
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/syntaxCheckPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
id: changedfiles
run: |
changedFiles=`node selectChangedFiles.js`
changedFiles="${changedFiles//'%'/'%25'}"
changedFiles="${changedFiles//$'\n'/'%0A'}"
changedFiles="${changedFiles//$'\r'/'%0D'}"
echo "::set-output name=changedFiles::$changedFiles"
- name: Setup matrix combinations
id: setup-matrix-combinations
Expand Down

0 comments on commit cf10677

Please sign in to comment.