build(deps): Update toml requirement from 0.7.6 to 0.8.1 in /dt-core #61
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- "**" # All branches | |
jobs: | |
run: | |
name: Check typos | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Actions Repository | |
uses: actions/checkout@v2 | |
- name: Check typos in source code | |
uses: crate-ci/typos@master | |
with: | |
config: ./.github/workflows/_typos.toml | |
- name: Checkout Actions Repository | |
uses: actions/checkout@v2 | |
with: | |
ref: docs | |
- name: Check typos in documentation | |
uses: crate-ci/typos@master | |
with: | |
config: ./.github/workflows/_typos.toml |