Skip to content

chore: add ESLint with Vue/TypeScript config and fix unused code #5

chore: add ESLint with Vue/TypeScript config and fix unused code

chore: add ESLint with Vue/TypeScript config and fix unused code #5

Workflow file for this run

name: CI
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout code
uses: actions/checkout@v4
- name: 🥟 Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: 📦 Install dependencies
run: bun install
- name: 🛠️ Build project
run: bun run build