Skip to content

Merge branch 'develop' of https://github.com/live-codes/livecodes int… #73

Merge branch 'develop' of https://github.com/live-codes/livecodes int…

Merge branch 'develop' of https://github.com/live-codes/livecodes int… #73

Workflow file for this run

name: CI-typos
on: [push, pull_request]
jobs:
spell-check:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check typos on code
uses: crate-ci/typos@master
with:
config: ./typos.toml