Skip to content

fix: Change text color of preview text #1839

fix: Change text color of preview text

fix: Change text color of preview text #1839

Workflow file for this run

name: ESLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn && yarn install-client
- name: Run lint script
run: yarn lint