Skip to content

v5.6.1

v5.6.1 #254

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