Skip to content

chore: update typos version to v1.17.0 #91

chore: update typos version to v1.17.0

chore: update typos version to v1.17.0 #91

Workflow file for this run

---
name: Quality check
on:
push:
pull_request_target:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Spell Check
# https://github.com/crate-ci/typos
uses: crate-ci/typos@master
- name: Shell and shfmt Check
# https://github.com/luizm/action-sh-checker
uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHFMT_OPTS: --simplify --indent 0 --case-indent
with:
sh_checker_comment: true