fix(deps): update dependency @ark-ui/solid to v4 #842
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: Danger JS | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, edited] | |
jobs: | |
danger: | |
name: Danger JS | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout your repository using git | |
uses: actions/checkout@v4 | |
- name: Setup Node and Bun | |
uses: jdx/mise-action@v2 | |
- name: Install dependencies | |
uses: ./.github/actions/install-dependencies | |
- name: Danger | |
run: bun danger ci | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |