Skip to content

chore: 🤖 openGraphの設定 画像の追加 #33

chore: 🤖 openGraphの設定 画像の追加

chore: 🤖 openGraphの設定 画像の追加 #33

Workflow file for this run

name: Build Test
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
environment:
name: actions
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup-node
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- name: Create .env file
run: echo "${{ secrets.DOTENV }}" > .env
- name: npm-install
run: npm i
- name: npm-build
run: npm run build