Skip to content

Add markdown linting #2

Add markdown linting

Add markdown linting #2

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint-changelog:
name: Lint README.md file
runs-on: ubuntu-latest
steps:
- name: Run current action using stub markdown file
uses: ./
with:
args: './README.md'
env:
DEBUG: 'true'