Skip to content

fix: mode toggle not outlined when receiving keyboard focus (#1690) #290

fix: mode toggle not outlined when receiving keyboard focus (#1690)

fix: mode toggle not outlined when receiving keyboard focus (#1690) #290

Workflow file for this run

name: "Style Lint"
on:
push:
branches: ["master"]
paths: ["_sass/**/*.scss"]
pull_request:
paths: ["_sass/**/*.scss"]
jobs:
stylelint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
- run: npm i
- run: npm test