Skip to content

feat(binding): expose more intent types #1807

feat(binding): expose more intent types

feat(binding): expose more intent types #1807

Workflow file for this run

name: Typos
on:
push:
branches: [develop]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
concurrency:
group: typos-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' }}
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Install typos-cli
run: cargo install typos-cli
- name: Run typos-cli
run: typos