Skip to content

docs: udpate readme.md and avif images #138

docs: udpate readme.md and avif images

docs: udpate readme.md and avif images #138

Workflow file for this run

name: "Spell Check"
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
if: ${{ !startsWith(github.event.head_commit.message, 'docs:') }}
steps:
- uses: actions/checkout@v4
- uses: crate-ci/[email protected]