Skip to content

Drop WorkingHours

Drop WorkingHours #295

Workflow file for this run

name: CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: Install mdl gem
run: gem install mdl
- name: Run Markdown Lint
run: mdl --git-recurse .