Skip to content

Commit

Permalink
ci: use custom actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanov4tcs committed Oct 7, 2023
1 parent e73ee25 commit b5c4c44
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b5c4c44

Please sign in to comment.