Skip to content

Commit

Permalink
chore(ci): add multiline check
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Dec 1, 2023
1 parent e2bcafd commit 5a53587
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ jobs:
working-directory: examples
# Check that the directory is actually changed
run: if [ $(basename $(pwd)) != "examples" ]; then exit 1; fi
- name: Check action with multiline command
uses: ./
with:
run: |
echo "Working";
echo "with";
echo "multiple lines";

0 comments on commit 5a53587

Please sign in to comment.