Skip to content

Commit

Permalink
Fix syntax in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Feb 5, 2024
1 parent 1009c96 commit 852c381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ on:
python-version: "3.11"

- name: Run all checks
run: echo "Stub: This needs to call the checks in the future"
run: |
echo "Stub: This needs to call the checks in the future"
3 changes: 2 additions & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ on:
python-version: "3.11"

- name: Run all checks
run: echo "Stub: This needs to call the checks in the future"
run: |
echo "Stub: This needs to call the checks in the future"

0 comments on commit 852c381

Please sign in to comment.