Skip to content
Snippets Groups Projects
Unverified Commit 433494c7 authored by use-tusk[bot]'s avatar use-tusk[bot] Committed by GitHub
Browse files

Updating Tusk Sanity GitHub workflow (#46150)


* Updating Tusk Sanity GitHub workflow

* fix: automatic Tusk self-review

---------

Co-authored-by: default avataruse-tusk[bot] <144006087+use-tusk[bot]@users.noreply.github.com>
parent d9961ef0
Branches
Tags
No related merge requests found
......@@ -55,7 +55,7 @@ jobs:
if: steps.changes.outputs.frontend_all == 'true'
run: |
BASE_COMMIT=$(git merge-base origin/${{ github.event.repository.default_branch }} HEAD)
npx lint-staged --shell --no-stash -d -v --diff="$BASE_COMMIT...HEAD"
npx lint-staged --shell --no-stash --diff="$BASE_COMMIT...HEAD"
# You must include this step after running all auto-fixing steps
- uses: stefanzweifel/git-auto-commit-action@v5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment