Skip to content

Fix the definition of unchecked exception in the error-handling exercise instructions #252

Fix the definition of unchecked exception in the error-handling exercise instructions

Fix the definition of unchecked exception in the error-handling exercise instructions #252

Workflow file for this run

name: Markdown
on:
pull_request:
paths:
- "**/*.md"
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
lint:
name: Lint Markdown files
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- name: Lint markdown
uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8