Skip to content

fix: update light theme --klerosUIComponentsTintMedium color #116

fix: update light theme --klerosUIComponentsTintMedium color

fix: update light theme --klerosUIComponentsTintMedium color #116

Workflow file for this run

name: ESLint
on:
pull_request:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enable corepack
run: corepack enable
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn check-style