Skip to content

fix: remove nginx config #249

fix: remove nginx config

fix: remove nginx config #249

Workflow file for this run

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