Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix a diff script in ci workflow
  • Loading branch information
cometkim authored and cknitt committed Aug 24, 2025
commit d6aa620982e25bf33bc0567ddd1cf1a208d872c5
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ jobs:

- name: Check for changes in lib folder
run: git diff --exit-code lib/js lib/es6
working-directory: packages/@rescript/runtime

- name: Version Check
run: yarn constraints
Expand Down