Skip to content

Remove "LLC"

Remove "LLC" #10

Workflow file for this run

name: Biome
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
biome:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Setup Biome
uses: biomejs/setup-biome@29711cbb52afee00eb13aeb30636592f9edc0088 # v2.7.0
- name: Run Biome
run: biome ci . --reporter=github