bump antd and typescript, and update build tools and components to wo… #511
Workflow file for this run
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
name: "coverage" | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
coverage: | |
runs-on: macos-latest | |
if: ${{ github.actor != 'dependabot[bot]' }} | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ArtiomTr/[email protected] | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
annotations: failed-tests |