Skip to content

Loosen up md-lint so we can write changelogs #140

Loosen up md-lint so we can write changelogs

Loosen up md-lint so we can write changelogs #140

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
name: Spellcheck
on:
push:
branches:
- "main"
paths:
- '**.md'
- '.github/workflows/spellcheck.yml' # This workflow
pull_request:
branches:
- "main"
paths:
- '**.md'
- '.github/workflows/spellcheck.yml' # This workflow
env:
LC_ALL: en_US.UTF-8
defaults:
run:
shell: bash
permissions:
contents: read
jobs:
spellcheck:
name: Spellcheck (en_US)
runs-on: ubuntu-latest
steps:
- name: "Harden Runner"
<<<<<<< HEAD

Check failure on line 35 in .github/workflows/spellcheck.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/spellcheck.yml

Invalid workflow file

You have an error in your yaml syntax on line 35
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
=======
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
>>>>>>> fe31e7d (Loosen up md-lint so we can write changelogs)
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- name: "Checkout"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Spellcheck
uses: rojopolis/spellcheck-github-actions@403efe0642148e94ecb3515e89c767b85a32371a # v0.45.0