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

Update jest monorepo to ^29.7.0#798

Update jest monorepo to ^29.7.0

Update jest monorepo to ^29.7.0 #798

Workflow file for this run

name:build and test
on:[push, pull_request]
jobs:
test:
runs-on:ubuntu-latest
strategy:
matrix:
node-version:[16.x, 18.x]
steps:
-uses:actions/checkout@v3
-uses:actions/setup-node@v3
with:
node-version:${{ matrix.node-version }}
cache:'yarn'
-name:Install yarn dependencies
run:yarn install --immutable
-name:Build
run:yarn build
-name:Run tests
run:yarn test
-name:Typecheck
run:yarn tsc
-name:Lint
run:yarn lint --max-warnings 0
-name:Check formatting
run:yarn fmt:check

[8]ページ先頭

©2009-2025 Movatter.jp