Skip to content

chore(deps): bump sass from 1.75.0 to 1.77.6 #26

chore(deps): bump sass from 1.75.0 to 1.77.6

chore(deps): bump sass from 1.75.0 to 1.77.6 #26

Workflow file for this run

name: Lint
on:
push:
branches: [develop, main]
pull_request:
branches: [develop, main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install
run: npm install
- name: Lint
run: npm run lint