Skip to content

Refactor subscribe JS #358

Refactor subscribe JS

Refactor subscribe JS #358

Workflow file for this run

name: autoreview
on: [pull_request]
jobs:
misspellcheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run misspell with reviewdog
uses: reviewdog/action-misspell@v1
with:
pattern: "*.md"
guids:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: .github/workflows/guids.sh
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install ruby-full build-essential zlib1g-dev git
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.0'
- run: gem install bundler jekyll --no-document
- run: bundle install
- run: bundle exec jekyll build