Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

fix(deps): update dependency com.hlag.tools.commvis:api to v2.9.66 #250

fix(deps): update dependency com.hlag.tools.commvis:api to v2.9.66

fix(deps): update dependency com.hlag.tools.commvis:api to v2.9.66 #250

Workflow file for this run

---
name: "Check spelling"
# yamllint disable-line rule:truthy
on:
pull_request:
jobs:
cspell:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:comments
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
# yamllint disable-line rule:comments
- uses: streetsidesoftware/cspell-action@61139534e14c5c19c4c12c9967771f3f20ce9072 # v5.3.0
with:
config: .config/cspell.json