Fix Spack logo in slides, and fix the CMake exercise deadline date #1769
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: markdownlint | |
on: [pull_request, push] | |
jobs: | |
mdl: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v2 | |
- name: Run mdl | |
uses: actionshub/markdownlint@main |