diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index ce6b7e4149fb9a..b798e5d324ddcc 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -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 @@ -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 }}