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

docs: add security.txt#3544

docs: add security.txt

docs: add security.txt #3544

Workflow file for this run

name:ci
on:
pull_request:
branches:
-gh-pages
pull_request_review:
types:[submitted]
push:
branches:
-gh-pages
permissions:
contents:read
jobs:
test:
runs-on:ubuntu-latest
if:|
github.event.pull_request.draft != true &&
(github.event_name == 'pull_request_review' && github.event.review.state == 'approved') ||
github.event_name != 'pull_request_review'
steps:
-uses:actions/checkout@v6
with:
persist-credentials:false
-name:Set up Node.js
uses:actions/setup-node@v6
-name:Install Node.js dependencies
run:npm install
-name:Run tests
shell:bash
run:npm test
build:
name:Build
runs-on:ubuntu-latest
if:|
github.event.pull_request.draft != true &&
(github.event_name == 'pull_request_review' && github.event.review.state == 'approved') ||
github.event_name != 'pull_request_review'
steps:
-uses:actions/checkout@v6
with:
persist-credentials:false
-name:Setup Ruby
uses:ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085# https://github.com/ruby/setup-ruby/releases/tag/v1.270.0
with:
bundler-cache:true# runs 'bundle install' and caches installed gems automatically
-name:Jekyll Build
run:bundle exec jekyll build
-name:Check Docker support
shell:bash
run:|
docker --version
make build

[8]ページ先頭

©2009-2025 Movatter.jp