Skip to content

Commit

Permalink
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 31, 2021
1 parent 7aafbd4 commit bc94622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.repository == 'nodejs/node'
runs-on: ubuntu-latest
strategy:
fail-fast: false # Prevent other jobs from aborting if one fails
fail-fast: false # Prevent other jobs from aborting if one fails
matrix:
include:
- id: eslint
Expand All @@ -21,7 +21,7 @@ jobs:
- id: lint-md
run: |
(cd tools/lint-md && rm -rf package-lock.json node_modules && npm install --ignore-scripts)
make lint-md-rollup
make lint-md-rollup
steps:
- uses: actions/checkout@v2
- run: ${{ matrix.run }}
Expand Down

0 comments on commit bc94622

Please sign in to comment.