Skip to content

ci(crates-io): make crates-io workflow dispatch only #1716

ci(crates-io): make crates-io workflow dispatch only

ci(crates-io): make crates-io workflow dispatch only #1716

Workflow file for this run

name: Typos
on:
pull_request:
branches: [master, vara-stage-1, vara-stage-2, vara-stage-3]
env:
CARGO_INCREMENTAL: 0
CARGO_TERM_COLOR: always
RUST_BACKTRACE: short
TERM: xterm-256color
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: typos-action
uses: crate-ci/typos@master