Svelte Check for PRs
Version updated for https://github.com/ghostdevv/svelte-check-action to version v1.4.0.
- This action is used across all versions by 3 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
What’s Changed
- feat: add token option and deprecate GITHUB_TOKEN env var by @aredridel and @ghostdevv in https://github.com/ghostdevv/svelte-check-action/pull/42
- feat: add github workflow annotations by @aredridel and @ghostdevv in https://github.com/ghostdevv/svelte-check-action/pull/41
- feat: improve debug logs by @ghostdevv in https://github.com/ghostdevv/svelte-check-action/pull/45
- fix: don’t try to parse the start/end logs by @ghostdevv in https://github.com/ghostdevv/svelte-check-action/pull/46
Deprecated Options (will be removed in next major release)
- Setting
GITHUB_TOKEN
environment variable is deprecated, please remove it completely if you want to use the default token managed by GitHub - or set your own using thetoken
option.
Full Changelog: https://github.com/ghostdevv/svelte-check-action/compare/v1...v1.4.0