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

Created a Main component to use as the application bootstrap componen…#581

Created a Main component to use as the application bootstrap componen…

Created a Main component to use as the application bootstrap componen… #581

Workflow file for this run

name:'CI'
on:
push:
branches:
-master
pull_request:
jobs:
ci:
needs:[test]
runs-on:ubuntu-latest
steps:
-run:true
test:
name:yarn ${{ matrix.yarncmd }}
runs-on:ubuntu-latest
strategy:
matrix:
yarncmd:['test']
steps:
-uses:actions/checkout@v2
-name:Configure
run:|
git config --global user.email uirouter@github.actions
git config --global user.name uirouter_github_actions
-name:Install Dependencies
run:yarn install --pure-lockfile
#- name: Check Peer Dependencies
# run: npx check-peer-dependencies
-name:Run Tests
run:yarn ${{ matrix.yarncmd }}

[8]ページ先頭

©2009-2025 Movatter.jp