Skip to content

Add an option to return inline style even if we want to avoid it at the beginning #546

Add an option to return inline style even if we want to avoid it at the beginning

Add an option to return inline style even if we want to avoid it at the beginning #546

Workflow file for this run

name: Tests
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.17, 16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: npm run lint
- run: npm run ts:build:check
- run: npm test