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

2.10.0

2.10.0 #125

Workflow file for this run

name:Main
on:
push:
branches:
-master
pull_request:
jobs:
test:
name:Test
runs-on:ubuntu-latest
timeout-minutes:5
steps:
-uses:actions/checkout@v3
-uses:actions/setup-node@v3
with:
node-version-file:"package.json"
cache:"npm"
cache-dependency-path:"**/package-lock.json"
-run:npm ci
-run:npm run build
-run:npm test

[8]ページ先頭

©2009-2025 Movatter.jp