Skip to content

大文字/小文字を ruby-jp Scrapbox の記事タイトルに合わせた: Upgrade knowledge -> Upgrade … #1404

大文字/小文字を ruby-jp Scrapbox の記事タイトルに合わせた: Upgrade knowledge -> Upgrade …

大文字/小文字を ruby-jp Scrapbox の記事タイトルに合わせた: Upgrade knowledge -> Upgrade … #1404

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