Skip to content

✨ (project): bring in line with ValkyrieCore template #1

✨ (project): bring in line with ValkyrieCore template

✨ (project): bring in line with ValkyrieCore template #1

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run lint