Files
openapi-clean-arch-gen/.gitea/workflows/lint.yaml
blas 16fe772bd2
Some checks failed
Lint / lint (pull_request) Failing after 7s
chore: migrate from node to bun
2026-03-25 10:52:30 +01:00

26 lines
481 B
YAML

name: Lint
on:
pull_request:
branches:
- '**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-download-url: "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64.zip"
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run lint
run: bun run lint