fix: install design-system v1.0.0 for the example folder #8
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: "Lint PR" | ||
on: | ||
pull_request: | ||
types: [opened, edited, reopened, synchronize] | ||
pull_request_target: | ||
types: [opened, edited, reopened, synchronize] | ||
jobs: | ||
lint: | ||
uses: radicalbit/radicalbit-github-workflows/.github/workflows/semantic-pull-requests.yaml@v1 | ||
Check failure on line 11 in .github/workflows/semantic-pr.yaml GitHub Actions / .github/workflows/semantic-pr.yamlInvalid workflow file
|
||
secrets: | ||
GIT_HUB_PAT: ${{ secrets.GIT_HUB_PAT }} |