Skip to content

Some helper scripts for reading C3 submissions #191

Some helper scripts for reading C3 submissions

Some helper scripts for reading C3 submissions #191

name: Test with markdownlint-cli2 shellcheck
on:
push:
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v10
with:
globs: '**/*.md'
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
format: tty