Skip to content

🐛 fix: Label color is now set correctly under the first color change #85

🐛 fix: Label color is now set correctly under the first color change

🐛 fix: Label color is now set correctly under the first color change #85

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Boot
run: boot/boot.sh
- name: Run ESLint
run: npx eslint .