Skip to content

Licence: Add "CC-BY-ND-4.0" for Blog posts, MIT for the rest #278

Licence: Add "CC-BY-ND-4.0" for Blog posts, MIT for the rest

Licence: Add "CC-BY-ND-4.0" for Blog posts, MIT for the rest #278

Workflow file for this run

name: Typos
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
typos:
name: Check for typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: crate-ci/typos@v1.48.0