Skip to content

✨ (#338) use upstream default branch instead of configured #638

✨ (#338) use upstream default branch instead of configured

✨ (#338) use upstream default branch instead of configured #638

Workflow file for this run

name: Lint
on:
pull_request:
push:
# manual trigger
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: markdownlint
run: make markdownlint
- name: prune
run: make prune