Skip to content

fix: do not hard code token #1

fix: do not hard code token

fix: do not hard code token #1

Workflow file for this run

name: Check typos
on:
push:
pull_request:
branches:
- "**"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: typos-action
uses: crate-ci/[email protected]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true