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.80 #344

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

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

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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
# yamllint disable-line rule:comments
- uses: streetsidesoftware/cspell-action@807d7d92b7057593a2de102168506f298405339d # v6.2.0
with:
config: .config/cspell.json