Skip to content

Commit

Permalink
build: squash: explain node_modules exclusion in template
Browse files Browse the repository at this point in the history
Co-authored-by: Feanil Patel <[email protected]>
  • Loading branch information
kdmccormick and Feanil Patel authored Mar 10, 2023
1 parent e33319a commit 180a09a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflow-templates/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
# For details on the meaning of each of these arguments, see:
# https://github.com/openedx/.github/blob/master/.github/workflows/shellcheck.yml
# We exclude `./node_modules/*` by default because we want people to easily be able to
# copy and run the command locally. Local copies of most of our services have a `./node_modules`
# directory that we want to ignore.
exclude-patterns: "./node_modules/*"
operating-system: "${{ matrix.os }}"
#shellcheck-version: "v0.9.0"
Expand Down

0 comments on commit 180a09a

Please sign in to comment.