diff --git a/.github/workflows/frontend-lint.yml b/.github/workflows/frontend-lint.yml index 6572652285..0d969da4a3 100644 --- a/.github/workflows/frontend-lint.yml +++ b/.github/workflows/frontend-lint.yml @@ -37,7 +37,7 @@ jobs: - run: | yarn install --immutable git fetch origin "${{ github.base_ref }}" --depth=1 - FILES=$(git diff --name-only 'origin/${{ github.base_ref }}' ${{ github.sha }} -- . | sed 's|^client/||') + FILES=$(git diff --name-only 'origin/${{ github.base_ref }}' ${{ github.sha }} -- . | sed 's|^webapp/||') if [ -n "$FILES" ]; then yarn lint --pass-on-no-patterns --no-error-on-unmatched-pattern $FILES else