Skip to content

fix: use full path for the banner image #468

fix: use full path for the banner image

fix: use full path for the banner image #468

Workflow file for this run

---
name: Validate 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"