chore(deps): update dependency stylelint to v16.13.2 #168
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
jobs: | |
build-scss: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code Repository | |
uses: actions/checkout@v4 | |
- name: Set up node | |
uses: actions/[email protected] | |
- name: Install node dependencies | |
run: npm install sass | |
- name: Build scss | |
run: npm run build |