Skip to content

build(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 #798

build(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0

build(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 #798

Workflow file for this run

name: Spellcheck
on: [pull_request]
permissions:
pages: write
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
show-progress: false
- name: Spellcheck
uses: rojopolis/spellcheck-github-actions@d5aba66a94528674ea744124f9ebcfd55e945836 # 0.43.1
with:
config_path: .github/spellcheck/config.yml
markdown:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
show-progress: false
- name: Markdownlint
uses: nosborn/github-action-markdown-cli@9b5e871c11cc0649c5ac2526af22e23525fa344d # v3.3.0
with:
files: .
config_file: ".markdownlint.json"