Skip to content

build(deps): bump github.com/xanzy/go-gitlab from 0.106.0 to 0.107.0 #622

build(deps): bump github.com/xanzy/go-gitlab from 0.106.0 to 0.107.0

build(deps): bump github.com/xanzy/go-gitlab from 0.106.0 to 0.107.0 #622

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@v4
with:
show-progress: false
- name: Spellcheck
uses: rojopolis/spellcheck-github-actions@0.39.0
with:
config_path: .github/spellcheck/config.yml
markdown:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
show-progress: false
- name: Markdownlint
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: .
config_file: ".markdownlint.json"