Write the "Smart Pointers" concept + Related chrono-realms-chrono-chain
Exercise
#109
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: Lint Markdown | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
permissions: | |
contents: read | |
jobs: | |
markdownlint: | |
name: markdown lint | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | |
- name: Run markdown lint | |
run: ./bin/lint_markdown.sh | |
configlet: | |
name: configlet lint + fmt | |
uses: exercism/github-actions/.github/workflows/configlet.yml@main | |
with: | |
fmt: true |