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

test: check for README changes in the unit tests#454

test: check for README changes in the unit tests

test: check for README changes in the unit tests #454

Workflow file for this run

name:CI
on:
-push
-pull_request
jobs:
test:
name:Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on:${{ matrix.os }}
strategy:
fail-fast:false
matrix:
node-version:
-18
-20
-22
os:
-ubuntu-latest
-macos-latest
-windows-latest
steps:
-uses:actions/checkout@v4
-uses:actions/setup-node@v4
with:
node-version:${{ matrix.node-version }}
-run:npm install
-name:test with coverage
run:npm run test-with-coverage
-run:npm run lint
-run:npm run check-node-support
-name:Upload coverage reports to Codecov
uses:codecov/codecov-action@v4
with:
token:${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error:true

[8]ページ先頭

©2009-2025 Movatter.jp