Skip to content

feat(blog): homepage #223

feat(blog): homepage

feat(blog): homepage #223

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