Files
reffuse/.gitea/workflows/lint.yaml
Julien Valverdé 08f0610752
Some checks failed
Publish / publish (push) Failing after 13s
Lint / lint (push) Successful in 12s
0.1.2 (#4)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: https://gitea:3000/Thilawyn/reffuse/pulls/4
2025-02-26 19:27:38 +01:00

17 lines
333 B
YAML

name: Lint
run-name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Clone repo
uses: actions/checkout@v4
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
run: bun run build