try vitest coverage gh action #153
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: Pull Request | ||
on: | ||
pull_request: | ||
branches: '*' | ||
jobs: | ||
trigger-lint: | ||
name: Run Lint Checks | ||
uses: ./.github/workflows/lint.yml | ||
trigger-unit-test: | ||
Check failure on line 12 in .github/workflows/pull-request.yml GitHub Actions / Pull RequestInvalid workflow file
|
||
name: Run Unit Tests | ||
uses: ./.github/workflows/unit-test.yml | ||
secrets: inherit |