Skip to content

fix: fix "open" tag not being set when a member-set tag exists (#17) #21

fix: fix "open" tag not being set when a member-set tag exists (#17)

fix: fix "open" tag not being set when a member-set tag exists (#17) #21

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