Skip to content

feat: ban type assertions (as + angle-bracket), as const allowed #13

feat: ban type assertions (as + angle-bracket), as const allowed

feat: ban type assertions (as + angle-bracket), as const allowed #13

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno fmt --check
- run: deno lint
- run: deno test
- run: deno publish --dry-run