Skip to content

WIP: contents ディレクトリ用意してここにMarkdown を置く #6

WIP: contents ディレクトリ用意してここにMarkdown を置く

WIP: contents ディレクトリ用意してここにMarkdown を置く #6

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
deployments: write
jobs:
lint:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- run: pnpm lint
- run: npx biome check .