Skip to content

fix: 🐛 (#380) small fix related to remote file mode changes #712

fix: 🐛 (#380) small fix related to remote file mode changes

fix: 🐛 (#380) small fix related to remote file mode changes #712

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