Skip to content

Merge pull request #9 from paulstey/feat-solve-some-hashmap-exercises #19

Merge pull request #9 from paulstey/feat-solve-some-hashmap-exercises

Merge pull request #9 from paulstey/feat-solve-some-hashmap-exercises #19

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DavidAnson/markdownlint-cli2-action@v9
with:
globs: "exercises/**/*.md"