Skip to content

Use Tailwind .hidden instead of hardcoding style #31

Use Tailwind .hidden instead of hardcoding style

Use Tailwind .hidden instead of hardcoding style #31

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