Skip to content

chore: combine the if statements into one (#5785) #350

chore: combine the if statements into one (#5785)

chore: combine the if statements into one (#5785) #350

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.2
- run: bun install