Skip to content

Merge branch 'main' of github.com:matvp91/mixwave #363

Merge branch 'main' of github.com:matvp91/mixwave

Merge branch 'main' of github.com:matvp91/mixwave #363

Workflow file for this run

name: Lint
on:
push:
branches: [main]
tags: ["v*"]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Run lint
run: bun run lint