Skip to content

Commit

Permalink
Add summary
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Oct 18, 2022
1 parent 93ac7d5 commit a0fc41d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
# Set status to 'success' if other files were changed,
# or 'failure' if only index.d.ts or index.js.flow were changed
conclusion: ${{ steps.other_files.outputs.any_changed == 'true' && 'success' || 'failure' }}
output: |
{"summary":"We detected that you only modified `index.d.ts` and/or `index.js.flow`. **Never modify `index.d.ts` and `index.js.flow` directly. They are generated automatically and committed so that we can easily follow any change it results in.** You probably want to update [MDN's CSS data](https://github.com/mdn/data) or [add a patch](https://github.com/frenic/csstype/blob/master/src/data/patches.ts)."}

0 comments on commit a0fc41d

Please sign in to comment.