Skip to content

improve: change no-results copy #230

improve: change no-results copy

improve: change no-results copy #230

Workflow file for this run

name: Lint
on:
# manual trigger
workflow_dispatch:
push:
branches:
- master
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn lint
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn format:check