mirror of
https://github.com/aniftyco/awesome-tailwindcss.git
synced 2025-12-09 14:25:35 +00:00
refactor: reorganize and clean up categories (#288)
This commit is contained in:
18
.github/workflows/lint.yaml
vendored
18
.github/workflows/lint.yaml
vendored
@@ -1,20 +1,10 @@
|
||||
name: Lint Awesome List
|
||||
name: Lint
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
awesome-lint:
|
||||
name: "lint: awesome-lint"
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "checkout repo"
|
||||
uses: actions/checkout@v2.0.0
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "12.x"
|
||||
- name: Run awesome-lint
|
||||
run: |
|
||||
npm install --global awesome-lint@latest
|
||||
awesome-lint ./readme.md
|
||||
- run: npx awesome-lint
|
||||
|
||||
Reference in New Issue
Block a user