Skip to content

Commit

Permalink
fixup! fixup! build: add GitHub Action to update tools modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Oct 30, 2021
1 parent 43ddfc6 commit de35b7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/checkout@v2
- run: tools/update-eslint.sh
- run: tools/update-babel-eslint.sh
- run: make lint-md-rollup
- run: |
(cd tools/lint-md && rm -rf package-lock.json node_modules && npm install --ignore-scripts)
make lint-md-rollup
- uses: gr2m/create-or-update-pull-request-action@v1 # Create a PR or update the Action's existing PR
env:
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
Expand Down

0 comments on commit de35b7a

Please sign in to comment.