Skip to content

Commit

Permalink
dbeaver/dbeaver-devops#1525 fix frontend lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Oct 14, 2024
1 parent 069a8df commit 7cf8e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cf8e16

Please sign in to comment.