Skip to content

fix: color

fix: color #6

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
- github-actions
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint
- run: npm run build