Skip to content

Commit

Permalink
chore(deps): update taiga-ui dev infra to v0.166.0 (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 10, 2024
1 parent c2fb386 commit cccdf84
Show file tree
Hide file tree
Showing 19 changed files with 746 additions and 346 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,25 @@ jobs:
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npm run prettier -- --check
- run: npm run lint

- run: |
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
- run: npx nx build ng-polymorpheus
- run: npx nx build demo
- run: npx nx test ng-polymorpheus
- uses: codecov/codecov-action@v4
- uses: taiga-family/ci/actions/auto/[email protected]
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

concurrency:
group: ci-${{ github.head_ref }}
Expand Down
4 changes: 0 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
#!/bin/sh
# shellcheck disable=SC1090
. "$(dirname "$0")/_/husky.sh"

npm run prettier -- --check
npm run lint
Loading

0 comments on commit cccdf84

Please sign in to comment.