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 43ddfc6 commit de35b7aCopy full SHA for de35b7a
.github/workflows/tools.yml
@@ -14,7 +14,9 @@ jobs:
14
- uses: actions/checkout@v2
15
- run: tools/update-eslint.sh
16
- run: tools/update-babel-eslint.sh
17
- - run: make lint-md-rollup
+ - run: |
18
+ (cd tools/lint-md && rm -rf package-lock.json node_modules && npm install --ignore-scripts)
19
+ make lint-md-rollup
20
- uses: gr2m/create-or-update-pull-request-action@v1 # Create a PR or update the Action's existing PR
21
env:
22
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
0 commit comments