mirror of
https://github.com/aniftyco/awesome-tailwindcss.git
synced 2025-12-08 22:13:24 +00:00
* 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
12 lines
234 B
YAML
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"
|