Skip to content

docs: add missing scss extension in for the theme-build in the README.md #82

docs: add missing scss extension in for the theme-build in the README.md

docs: add missing scss extension in for the theme-build in the README.md #82

Workflow file for this run

name: Lint Check
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22.x
registry-url: "https://registry.npmjs.org"
cache: "npm"
- name: Install dependencies 📦
run: npm ci
- name: Run lint check 🧐
run: npm run test:lint