Skip to content

Bump prettier-plugin-tailwindcss from 0.3.0 to 0.5.5 (#106) #207

Bump prettier-plugin-tailwindcss from 0.3.0 to 0.5.5 (#106)

Bump prettier-plugin-tailwindcss from 0.3.0 to 0.5.5 (#106) #207

Workflow file for this run

name: CI
# on: [push, pull_request]
on: [push]
env:
DATABASE_URL: "https://example.com"
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: "asdf"
CLERK_SECRET_KEY: "asdf"
UPSTASH_REDIS_REST_URL: "https://example.com"
UPSTASH_REDIS_REST_TOKEN: "asdf"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint