Skip to content

Bump golang.org/x/tools from 0.10.0 to 0.11.0 in /tools/goimports #123

Bump golang.org/x/tools from 0.10.0 to 0.11.0 in /tools/goimports

Bump golang.org/x/tools from 0.10.0 to 0.11.0 in /tools/goimports #123

Workflow file for this run

name: Spellcheck
on: [pull_request]
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Spellcheck
uses: rojopolis/spellcheck-github-actions@0.33.0
with:
config_path: .github/spellcheck/config.yml
markdown:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Markdownlint
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: .
config_file: ".markdownlint.json"