Skip to content

Bump cookie and express in /website #245

Bump cookie and express in /website

Bump cookie and express in /website #245

Workflow file for this run

name: markdownlint
on: [push, pull_request]
jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Install Ruby 3.1
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa
with:
ruby-version: 3.1
- name: Install mdl
run: gem install mdl
- name: Check out code
uses: actions/checkout@v3
- name: Run mdl
run: mdl -s ".github/workflows/mdl-config.rb" docs website/versioned_docs