Skip to content

feat(builder): add pre-clean step to proto generation to remove stale files #48

feat(builder): add pre-clean step to proto generation to remove stale files

feat(builder): add pre-clean step to proto generation to remove stale files #48

Workflow file for this run

name: check-typos
on:
pull_request:
branches:
- master
jobs:
check-typos:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Check for typos
uses: crate-ci/typos@07d900b8fa1097806b8adb6391b0d3e0ac2fdea7 # v1.39.0
with:
config: .github/typos.toml