Skip to content

Update Sass to 1.80 #362

Update Sass to 1.80

Update Sass to 1.80 #362

Workflow file for this run

name: ESLinter
on: pull_request
jobs:
eslint:
name: ESLinter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 16
- name: NPM install
run: npm ci --legacy-peer-deps
- name: ESLint
uses: sibiraj-s/action-eslint@v3
with:
eslint-args: '--ignore-path=.gitignore --quiet'
extensions: 'js,jsx,ts,tsx'
annotations: true