Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Bump @biomejs/biome from 1.4.1 to 1.6.0 #119

Bump @biomejs/biome from 1.4.1 to 1.6.0

Bump @biomejs/biome from 1.4.1 to 1.6.0 #119

Workflow file for this run

name: Linting
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.11 # or "latest", "canary", <sha>
- name: Install dependencies
run: bun i
- name: Linting check
run: bun run checkAll