Skip to content

chore: remove release channel config #13

chore: remove release channel config

chore: remove release channel config #13

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Format and Lint
run: |
bun install --frozen-lockfile
bun format:ci
bun lint:ci