chore(deps): update dependency ironic-python-agent-builder to v5.4.0 #2605
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
# https://github.com/crate-ci/typos | |
name: Typos Spell Checker | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
spellcheck: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 | |
- name: Typos Spell Checker | |
uses: crate-ci/typos@master | |
with: | |
config: ./.typos.toml |