-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mivanov4tcs
committed
Oct 7, 2023
1 parent
e73ee25
commit b5c4c44
Showing
1 changed file
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,16 +18,6 @@ jobs: | |
- run: | | ||
npm run prettier -- --write | ||
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then | ||
npm run prettier -- --write | ||
npm run stylelint -- --fix | ||
npm run lint -- --fix | ||
else | ||
#npm run prettier -- --check | ||
#npm run stylelint | ||
#npm run lint | ||
fi | ||
- name: Apply changes after linting | ||
uses: taiga-family/ci/actions/auto/[email protected] | ||
with: | ||
|