Files
awesome-tailwindcss/.github/workflows/lint.yaml
Enzo Innocenzi 2374289edf chore: clean up (#541)
* chore: move `CONTRIBUTING` to root

This file is not read enough because it's a bit hidden.

* feat(ci): lint using case-police

* style: lint using case-police

* chore: replace GitHub Discussions with Discord

* chore: clean up IDE extensions

* chore: clean up plugins

* chore: clean up tools
2023-12-07 19:20:12 -06:00

12 lines
234 B
YAML

name: Lint
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npx awesome-lint
- run: npx case-police "./README.md"