Skip to content

chore: add CHANGELOG for 0.19.0 #1873

chore: add CHANGELOG for 0.19.0

chore: add CHANGELOG for 0.19.0 #1873

Workflow file for this run

---
# yamllint disable rule:line-length
name: check_typos
on: # yamllint disable-line rule:truthy
push:
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: typos-action
uses: crate-ci/typos@v1.48.0