Skip to content

Rewrite Codercord in TypeScript #10

Rewrite Codercord in TypeScript

Rewrite Codercord in TypeScript #10

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