Skip to content

improve: add h1 header to blog #243

improve: add h1 header to blog

improve: add h1 header to blog #243

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