Skip to content

chore: bump chalk from 5.4.0 to 5.4.1 (#554) #415

chore: bump chalk from 5.4.0 to 5.4.1 (#554)

chore: bump chalk from 5.4.0 to 5.4.1 (#554) #415

Workflow file for this run

name: Check
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
check-package:
name: Check Package
runs-on: ubuntu-24.04
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version-file: .nvmrc
- name: Setup Yarn
uses: threeal/[email protected]
- name: Check Formatting
run: |
yarn format
git diff --exit-code HEAD
- name: Check Lint
run: yarn lint