From f8d77d50774f1e7cccec5cd1f94c5b4381d73c10 Mon Sep 17 00:00:00 2001 From: technote-space Date: Tue, 13 Oct 2020 08:22:05 +0000 Subject: [PATCH] chore: sync workflows --- .github/workflows/ci.yml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6695441..89a1bc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,14 +17,9 @@ jobs: run: echo "RUNNING=1" >> $GITHUB_ENV - uses: actions/checkout@v2 - uses: technote-space/get-git-comment-action@v1 - - uses: technote-space/get-diff-action@v3 + - uses: technote-space/get-diff-action@v4 with: - PREFIX_FILTER: | - src/ - __tests__/ - SUFFIX_FILTER: | - .js - .ts + PATTERNS: +(src|__tests__)/**/*.+(js|ts) FILES: | yarn.lock .eslintrc @@ -68,15 +63,9 @@ jobs: run: echo "RUNNING=1" >> $GITHUB_ENV - uses: actions/checkout@v2 - uses: technote-space/get-git-comment-action@v1 - - uses: technote-space/get-diff-action@v3 + - uses: technote-space/get-diff-action@v4 with: - PREFIX_FILTER: | - src/ - __tests__/ - SUFFIX_FILTER: | - .js - .ts - .snap + PATTERNS: +(src|__tests__)/**/*.+(js|ts|snap) FILES: | yarn.lock jest.config.js