Skip to content

Added lin e to csslint file. #68

Added lin e to csslint file.

Added lin e to csslint file. #68

Workflow file for this run

name: CSS Lint
on: [push, pull_request]
jobs:
linters:
name: stylelint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-hub/stylelint@master
env:
INDENT_SPACES: 2
PATTERN: "library/css/*.css"
- uses: actions/setup-node@v1
with:

Check failure on line 17 in .github/workflows/css-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/css-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
node-version: 16.16.0