Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Form child elements not populating#1742

Form child elements not populating

Form child elements not populating #1742

Workflow file for this run

name:Client
on:
pull_request:
types:[opened, synchronize, reopened]
paths:
-'client/**'
-'.github/workflows/client.yml'
permissions:
contents:read
jobs:
build-client:
name:Build
runs-on:ubuntu-latest
strategy:
matrix:
node-version:[ 20.x ]
steps:
-uses:actions/checkout@v3
with:
fetch-depth:0
-name:Use Node.js ${{ matrix.node-version }}
uses:actions/setup-node@v3
with:
node-version:${{ matrix.node-version }}
cache:'yarn'
cache-dependency-path:'client/yarn.lock'
-name:Install dependencies
uses:borales/actions-yarn@v4.2.0
with:
cmd:install
dir:client
-name:Run tests
uses:borales/actions-yarn@v4.2.0
with:
cmd:build
dir:client

[8]ページ先頭

©2009-2025 Movatter.jp