mirror of
https://github.com/aniftyco/awesome-tailwindcss.git
synced 2025-12-08 14:03:23 +00:00
11 lines
191 B
YAML
11 lines
191 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
|