Skip to content

Merge branch 'main' into dependabot/docker/node-21.5.0-alpine #217

Merge branch 'main' into dependabot/docker/node-21.5.0-alpine

Merge branch 'main' into dependabot/docker/node-21.5.0-alpine #217

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: markdownlint
run: make markdownlint
- name: prune
run: make prune