Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Jan 3, 2024
1 parent 946e708 commit 43309a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ jobs:

- name: Check whether solution branch only contains diffs in the Koans
run: |
git diff origin/main origin/solution --exit-code -- ':(exclude)koans/**/Koan.hs'
git remote
git remote show origin
git diff origin/solution --exit-code -- ':(exclude)koans/**/Koan.hs'
- name: Check out solution branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 43309a5

Please sign in to comment.