Skip to content

Update CHANGELOG for Release v0.4.0 #77

Update CHANGELOG for Release v0.4.0

Update CHANGELOG for Release v0.4.0 #77

Workflow file for this run

name: Typos
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell check with typos
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
- name: Run typos on repo
uses: crate-ci/typos@b1a1ef3893ff35ade0cfa71523852a49bfd05d19