Skip to content

docs(kitex): add go mod tidy step to dependency instructions in both … #11

docs(kitex): add go mod tidy step to dependency instructions in both …

docs(kitex): add go mod tidy step to dependency instructions in both … #11

Workflow file for this run

name: Push Check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: typos-action
uses: crate-ci/typos@v1.14.3