Skip to content

Merge pull request #7 from brothman01/brothman01-patch-1 #76

Merge pull request #7 from brothman01/brothman01-patch-1

Merge pull request #7 from brothman01/brothman01-patch-1 #76

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"