Skip to content

refactor: migrate to Octokit #1

refactor: migrate to Octokit

refactor: migrate to Octokit #1

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
jobs:
lint:
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 .