Skip to content

Fix hyper link color #357

Fix hyper link color

Fix hyper link color #357

Workflow file for this run

name: standardjs
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
standard:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest # or "latest", "canary", <sha>
- name: Run linting and formatting
run: bunx standard --verbose | bunx snazzy