Skip to content

Commit

Permalink
Add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HarleyZapata-Rurall committed Jun 3, 2024
1 parent aa7a11f commit 0eb0439
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/bunts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,16 @@ jobs:
node-version: [21.x]
steps:
- uses: actions/checkout@v1

- name: Set up Bun
uses: oven-sh/setup-bun@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
bun-version: [1.x]

node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
bun install
- name: Run lint
run: |
bun lint
# - name: Run lint
# run: |
# bun lint

- name: Run build
run: |
Expand Down

0 comments on commit 0eb0439

Please sign in to comment.