Skip to content

✨feat: add default navbar #353

✨feat: add default navbar

✨feat: add default navbar #353

Workflow file for this run

name: autofix.ci
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
pull_request:
workflow_dispatch:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Delete lock files
run: rm bun.lockb yarn.lock
- name: Update dependencies
run: bun update -y
- name: Run Biome
run: bunx @biomejs/biome ci .
- name: Commit
uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc