Skip to content

Vite, vue 3, bootstrap v5 #214

Vite, vue 3, bootstrap v5

Vite, vue 3, bootstrap v5 #214

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Bun
uses: oven-sh/setup-bun@v2
- name: Perform linting
run: |
bun install
bun run prettier:check