Skip to content

[ESLint] issue with button normal / hover keys for color control https://stellarwp.atlassian.net/browse/KAD-3609 #2010

[ESLint] issue with button normal / hover keys for color control https://stellarwp.atlassian.net/browse/KAD-3609

[ESLint] issue with button normal / hover keys for color control https://stellarwp.atlassian.net/browse/KAD-3609 #2010

Workflow file for this run

name: ESLint
run-name: '[ESLint] ${{ github.event.head_commit.message }}'
on: push
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Install Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
# ESLint and Prettier must be in `package.json`
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run linters
uses: wearerequired/lint-action@v2
with:
auto_fix: true
eslint: true