Skip to content

Update level-8.mdx

Update level-8.mdx #1

Workflow file for this run

# See: https://autofix.ci/
name: autofix.ci # This cannot be renamed or else the action will fail.
on: [push, pull_request]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/setup
- run: npx prettier --write .
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c # "@v1" does not work.
with:
commit-message: "chore: format with Prettier"