Skip to content

More edits and rearranging #100

More edits and rearranging

More edits and rearranging #100

Workflow file for this run

---
name: Check CSS files
on: [push, workflow_dispatch]
jobs:
check-css:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/[email protected]
- name: stylelint
uses: actions-hub/[email protected]
env:
PATTERN: "**/*.css"