Skip to content

Added link to www.text2jest.com in the "Generators" section (#120) #39

Added link to www.text2jest.com in the "Generators" section (#120)

Added link to www.text2jest.com in the "Generators" section (#120) #39

Workflow file for this run

name: Prettier
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: yarn
- run: yarn install
- run: yarn lint --check