Skip to content

Merge pull request #221 from PrestaShop/dependabot/npm_and_yarn/ws-8.… #376

Merge pull request #221 from PrestaShop/dependabot/npm_and_yarn/ws-8.…

Merge pull request #221 from PrestaShop/dependabot/npm_and_yarn/ws-8.… #376

Workflow file for this run

name: SCSS tests
on: [push, pull_request]
jobs:
stylelint:
runs-on: ubuntu-latest
name: stylelint
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm install && npm run scss-lint