Skip to content

Debug invalid flags being returned #449

Debug invalid flags being returned

Debug invalid flags being returned #449

Workflow file for this run

name: Spell Check
on:
push:
branches:
- "main"
pull_request:
# Declare default permissions as read only.
permissions: read-all
jobs:
run:
permissions:
contents: read # for actions/checkout to fetch code
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
with:
egress-policy: block
allowed-endpoints: >
github.com:443
objects.githubusercontent.com:443
env:
USER: runner
- name: Checkout Actions Repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2
- name: Check spelling
uses: crate-ci/typos@37e2b40f24407ec641ec44d4b81e76a8826b7b84 # master
with:
config: ${{github.workspace}}/_typos.toml