Skip to content

Commit de35b7a

Browse files
committed
fixup! fixup! build: add GitHub Action to update tools modules
1 parent 43ddfc6 commit de35b7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tools.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- run: tools/update-eslint.sh
1616
- run: tools/update-babel-eslint.sh
17-
- run: make lint-md-rollup
17+
- run: |
18+
(cd tools/lint-md && rm -rf package-lock.json node_modules && npm install --ignore-scripts)
19+
make lint-md-rollup
1820
- uses: gr2m/create-or-update-pull-request-action@v1 # Create a PR or update the Action's existing PR
1921
env:
2022
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}

0 commit comments

Comments
 (0)