You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
- Adds a GitHub Workflow that runs on PR to assert that the PR matches
the lint rules.
- Adds a GitHub Workflow that runs on PR to assert that the PR includes
a new bundle (the dist/ folder) that matches any code changes that have
happened in that PR.
- name: "Show message instructing how to commit new bundle"
24
+
if: failure()
25
+
run: echo "::error title=Bundle has changed::The bundle has changed since the last commit and the new changes must be committed as part of this PR. Please run 'npm run package' and commit the results to your PR alongside your existing changes."
0 commit comments