Skip to content

Unset id on load if webauthn key not found #28

Unset id on load if webauthn key not found

Unset id on load if webauthn key not found #28

name: Normalize Markdown
on:
push:
paths:
- '*.md'
- '.github/workflows/markdown-normalize.yml'
permissions:
contents: write
jobs:
normalize:
timeout-minutes: 1
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Prettify markdown
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write **/*.md