Skip to content

tailwindcss

tailwindcss #19

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Run [install, lint, format]
run: |
npm install
npm run lint
npm run format -- --check --no-write