Skip to content

docs: recommend string identifiers for numeric codes #262

docs: recommend string identifiers for numeric codes

docs: recommend string identifiers for numeric codes #262

Workflow file for this run

name: build
on:
push:
branches: ['main']
pull_request:
branches: ['main']
env:
FORCE_COLOR: 2
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: |
echo "::remove-matcher owner=eslint-compact::"
echo "::remove-matcher owner=eslint-stylish::"
- name: 📥 Checkout
uses: actions/checkout@v4
- name: 🥟 Setup Bun
uses: oven-sh/setup-bun@v2
- name: 🏗️ Install
run: bun install
- name: 🔨 Build and Test
run: bun run all