Skip to content

画像表示バグ修正 #146

画像表示バグ修正

画像表示バグ修正 #146

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, '[skip ci]') == false
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v3
- name: 🔨 Prepare Bun environment
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: curl -sfS https://dotenvx.sh/install.sh | sh
- name: 🎉 Install project dependencies
run: bun i
- name: 😺 Check
run: bun run test