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 e3c2c3c commit a207b57Copy full SHA for a207b57
.github/workflows/gravity.yml
@@ -22,6 +22,6 @@ jobs:
22
- name: List files
23
run: ls -la
24
- name: Run Gravity
25
- run: npm run gravityci 'index.js' './dist/**/*'
+ run: npm run gravityci 'index.js' './dist/**/*' './lib/**/*'
26
env:
27
GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}
0 commit comments