Skip to content

Commit

Permalink
chore(template): sync with ahmadnassri/template-node-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Oct 12, 2021
1 parent 99d7bc1 commit 1037a64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yml
Expand Up @@ -46,7 +46,9 @@ jobs:
- uses: github/super-linter/slim@v4
env:
LOG_LEVEL: ERROR
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSCPD: 'false'
VALIDATE_ALL_CODEBASE: 'false'
IGNORE_GITIGNORED_FILES: 'true'
FILTER_REGEX_EXCLUDE: '/github/workspace/README.md|test/fixtures/*'
GITHUB_TOKEN: ${{ github.token }}

Expand Down Expand Up @@ -161,7 +163,6 @@ jobs:
npm version --no-git-tag-version v${{ needs.release.outputs.version }}
npm publish
template-sync:
timeout-minutes: 20

Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Expand Up @@ -23,6 +23,7 @@ services:
RUN_LOCAL: 'true'
LOG_LEVEL: 'ERROR'
MULTI_STATUS: 'false'
VALIDATE_JSCPD: 'false'
IGNORE_GITIGNORED_FILES: 'true'
DEFAULT_WORKSPACE: /github/workspace
FILTER_REGEX_EXCLUDE: '/github/workspace/README.md|test/fixtures/*'
Expand Down

0 comments on commit 1037a64

Please sign in to comment.