Skip to content

Merge branch 'master' of https://github.com/ddnet/ddnet into tater #66

Merge branch 'master' of https://github.com/ddnet/ddnet into tater

Merge branch 'master' of https://github.com/ddnet/ddnet into tater #66

Workflow file for this run

name: Spelling
on:
push:
pull_request:
jobs:
spelling:
name: Check spelling
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.39.0