Skip to content

Fix translation workflow #469

Fix translation workflow

Fix translation workflow #469

Workflow file for this run

name: autoreview
on: [pull_request]
jobs:
misspellcheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run misspell with reviewdog
uses: reviewdog/action-misspell@v1
with:
pattern: "*.md"
locale: "US"
checklinks:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
with:
args: --verbose './**/*.md'
fail: true
guids:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: .github/workflows/guids.sh
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec jekyll build