Skip to content

[Feat]: Add the name of the .templatesyncignore file as a parameter #921

[Feat]: Add the name of the .templatesyncignore file as a parameter

[Feat]: Add the name of the .templatesyncignore file as a parameter #921

Workflow file for this run

name: Lint
on:
push:
branches:
- "!main"
pull_request:
workflow_call:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint
run: make markdownlint
- name: prune
run: make prune