Skip to content

added date to nova header (#528) #1379

added date to nova header (#528)

added date to nova header (#528) #1379

Workflow file for this run

name: Lint
on:
push:
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2 # Setup bun
with:
bun-version: latest
- run: bun install
- name: Check TypeScript
run: bunx tsc
- name: Run ESLint
run: bun lint