Skip to content

feat(gstd): get panic message without panic_info_message #1722

feat(gstd): get panic message without panic_info_message

feat(gstd): get panic message without panic_info_message #1722

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