Skip to content

Add Japanese ref: 安全なウェブサイトの作り方 - 1.4 セッション管理の不備 by IPA #1405

Add Japanese ref: 安全なウェブサイトの作り方 - 1.4 セッション管理の不備 by IPA

Add Japanese ref: 安全なウェブサイトの作り方 - 1.4 セッション管理の不備 by IPA #1405

Workflow file for this run

name: YAML/HTML Proofer
on:
push:
branches:
- master
pull_request:
branches:
- "*"
# Allows you to run this workflow manually from the Actions tab
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 📥 Download codes from GitHub
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: 💎 Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: 🔧 Build & Test
run: |
bundle exec rake assets:precompile
bundle exec rake test
- name: ✅ Check YAML format
run: |
bundle exec rake yasslab:test