Update dependency bits-ui to v1.0.0-next.59 #42
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: CI | |
on: [push] | |
env: | |
CI: true | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Git files setup | |
uses: actions/checkout@v4 | |
- name: Setup environment | |
uses: ./.github/actions/bun | |
- name: CI checks | |
run: bun turbo lint test build |