Skip to content

Merge pull request #265 from mamantoha/dependabot/npm_and_yarn/sass-1… #1211

Merge pull request #265 from mamantoha/dependabot/npm_and_yarn/sass-1…

Merge pull request #265 from mamantoha/dependabot/npm_and_yarn/sass-1… #1211

Workflow file for this run

name: Stylelint
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run Stylelint
run: npm run stylelint