Skip to content

transpose exercise

transpose exercise #81

Workflow file for this run

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