Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
samhh committed Jul 24, 2024
1 parent 64c8c52 commit 78ea4f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
version: ${{ matrix.version }}
- run: test "$(intlc --version)" = v${{ matrix.version }}
- run: |
echo '{"foo":{"message":"Hello {name}"}}' > test.json
intlc compile -l any test.json
typecheck:
name: Typecheck
Expand Down

0 comments on commit 78ea4f4

Please sign in to comment.