Skip to content

Adding Software Engineering Community #126

Adding Software Engineering Community

Adding Software Engineering Community #126

Workflow file for this run

name: markdown-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-changelog:
name: Lint README.md file
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Markdown Linting Action
uses: avto-dev/markdown-lint@v1.5.0