Skip to content

1.1.5 release hotix (#130) #17

1.1.5 release hotix (#130)

1.1.5 release hotix (#130) #17

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
name: my-job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun i
- run: bun format
- run: bun types