We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea079a commit b87953aCopy full SHA for b87953a
.github/workflows/docs.yaml
@@ -47,9 +47,8 @@ jobs:
47
id: check
48
uses: EndBug/version-check@v2
49
with:
50
- remove: lalala
51
- # file-url: https://unpkg.com/rtp.js/package.json
52
- # static-checking: localIsNew
+ file-url: https://unpkg.com/rtp.js/package.json
+ static-checking: localIsNew
53
54
- name: Log when version has changed
55
if: steps.check.outputs.changed == 'true'
0 commit comments