Skip to content

Bump the gomod-updates group with 12 updates #5

Bump the gomod-updates group with 12 updates

Bump the gomod-updates group with 12 updates #5

Workflow file for this run

name: Lint Spellcheck
on:
push:
branches:
- main
pull_request:
paths:
- ".github/workflows/lint-spellcheck.yml"
- "dev/**"
jobs:
lint-spellcheck:
name: Lint Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: shellcheck
run: |
sudo apt-get -y install tree
dev/lint-shellcheck