Skip to content

add postcss & sass config #2

add postcss & sass config

add postcss & sass config #2

Workflow file for this run

name: Linter
on:
push:
branches-ignore:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint