Skip to content

chore(deps): bump prettier-plugin-tailwindcss from 0.5.12 to 0.5.14 in /motivator #227

chore(deps): bump prettier-plugin-tailwindcss from 0.5.12 to 0.5.14 in /motivator

chore(deps): bump prettier-plugin-tailwindcss from 0.5.12 to 0.5.14 in /motivator #227

Workflow file for this run

name: "Lint"
on:
pull_request:
types: [opened, reopened, synchronize, edited]
push:
branches:
- main
workflow_dispatch:
jobs:
checks:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./motivator
steps:
- uses: actions/checkout@v2
- name: Install
run: yarn install --frozen-lockfile --dev
- name: Lint
run: yarn lint
- name: Format check
run: yarn format:check
- name: Typescript check
run: npx tsc