Skip to content

Merge branch 'main' of https://github.com/nmshd/documentation into fe… #2530

Merge branch 'main' of https://github.com/nmshd/documentation into fe…

Merge branch 'main' of https://github.com/nmshd/documentation into fe… #2530

Workflow file for this run

name: Test
on:
push:
branches-ignore: [main, release/**]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- name: Build
run: bundle exec jekyll build
run-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx prettier -c .
- run: npm audit
- run: npx markdownlint-cli **/*.md