Skip to content

Merge pull request #1277 from Kalabint/bugfix/fix-color-normalization #686

Merge pull request #1277 from Kalabint/bugfix/fix-color-normalization

Merge pull request #1277 from Kalabint/bugfix/fix-color-normalization #686

Workflow file for this run

name: Modern App Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run lint