Skip to content

[feat] QRコードを飾り付ける #58

[feat] QRコードを飾り付ける

[feat] QRコードを飾り付ける #58

Workflow file for this run

name: Type Check

Check failure on line 1 in .github/workflows/type-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/type-check.yml

Invalid workflow file

(Line: 12, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'oven-sh/setup-bun'
on:
pull_request:
push:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun
- run: bun install --frozen-lockfile
- run: bun run typecheck