Skip to content

Remove require_entity_type, bump to v1.6.0 #64

Remove require_entity_type, bump to v1.6.0

Remove require_entity_type, bump to v1.6.0 #64

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
ci:
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- uses: useblacksmith/checkout@v1
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bunx tsc --noEmit
- run: bun run test -- --coverage
- run: bun run build