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

feat: re-add cookie-based login method#117

feat: re-add cookie-based login method

feat: re-add cookie-based login method #117

Workflow file for this run

name:CI
on:
push:
branches:[master]
pull_request:
branches:[master]
jobs:
linux:
name:Linux
runs-on:ubuntu-latest
timeout-minutes:30
steps:
-uses:actions/checkout@v2
-name:Setup Node.js environment
uses:actions/setup-node@v2
with:
node-version:14
-name:Install Node.js modules
run:npm install
-name:Lint
run:npm run lint
-name:VSCE Packge
run:npx vsce package
windows:
name:Windows
runs-on:windows-latest
timeout-minutes:30
steps:
-uses:actions/checkout@v2
-name:Setup Node.js environment
uses:actions/setup-node@v2
with:
node-version:14
-name:Install Node.js modules
run:npm install
-name:Lint
run:npm run lint
-name:VSCE Packge
run:npx vsce package
darwin:
name:macOS
runs-on:macos-latest
timeout-minutes:30
steps:
-uses:actions/checkout@v2
-name:Setup Node.js environment
uses:actions/setup-node@v2
with:
node-version:14
-name:Install Node.js modules
run:npm install
-name:Lint
run:npm run lint
-name:VSCE Packge
run:npx vsce package

[8]ページ先頭

©2009-2025 Movatter.jp