Skip to content

perf: replace jQuery with Vanilla JS #283

perf: replace jQuery with Vanilla JS

perf: replace jQuery with Vanilla JS #283

Workflow file for this run

name: "Style Lint"
on:
push:
branches-ignore:
- "production"
- "docs"
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