chore: fix typo in luminary099 readme #527
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: [push, pull_request] | |
jobs: | |
delivery: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v3 | |
- name: Run mdl | |
uses: actionshub/[email protected] |