Skip to content

Rewrite CSS with Tailwind CSS #29

Rewrite CSS with Tailwind CSS

Rewrite CSS with Tailwind CSS #29

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