Skip to content

🐛 fixed poor readability in disabled textfields for chimera golden (#… #34

🐛 fixed poor readability in disabled textfields for chimera golden (#…

🐛 fixed poor readability in disabled textfields for chimera golden (#… #34

Workflow file for this run

on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'SECURITY.md'
- 'LICENCE'
- 'GUIDE.md'
- 'CONTRIBUTING.md'
- 'CODE_OF_CONDUCT.md'
jobs:
format-prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npx prettier . --write
compile-themes:
runs-on: ubuntu-latest
name: Compile themes
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: compile sass
uses: ./.github/actions/compile-themes