Skip to content

Theme support for background color on more elements #4750

Theme support for background color on more elements

Theme support for background color on more elements #4750

Workflow file for this run

name: Build Tests
# No need to run on master branch
on:
push:
branches: ['*', '!master']
pull_request:
types: [opened, edited, synchronize, reopened]
branches: ['*', '!master']
jobs:
test:
name: Lint
runs-on: 'ubuntu-latest'
steps:
- name: Setup Nodejs
uses: 'actions/setup-node@v3'
with:
node-version: "18.17.1"
- name: Install Correct NPM Version
run: npm install -g [email protected]
- name: Checkout branch
uses: 'actions/checkout@v3'
- name: Install Dependencies
run: npm install
- name: Lint
run: npx --no-install eslint . --quiet