Skip to content

Merge pull request #3 from Radovenchyk/patch-1 #6

Merge pull request #3 from Radovenchyk/patch-1

Merge pull request #3 from Radovenchyk/patch-1 #6

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
workflow_dispatch:
# env:
jobs:
Lint:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci ./src/*