Skip to content

Fixed typos

Fixed typos #51

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
permissions:
contents: read
jobs:
autofix-text:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install npx (for prettier)
run: sudo apt install nodejs
- name: Format Markdown
run: ./tools/format_md.sh
- uses: autofix-ci/action@v1 # See https://autofix.ci/