Skip to content

Bump the github-actions group across 1 directory with 13 updates #769

Bump the github-actions group across 1 directory with 13 updates

Bump the github-actions group across 1 directory with 13 updates #769

Workflow file for this run

# SPDX-FileCopyrightText: 2023 MTRNord
#
# SPDX-License-Identifier: CC0-1.0
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@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4
with:
egress-policy: block
allowed-endpoints: >
github.com:443
objects.githubusercontent.com:443
env:
USER: runner
- name: Checkout Actions Repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v2
- name: Check spelling
uses: crate-ci/typos@d503507db9c5d116c79135435b149cd0f27d726e # master
with:
config: ${{github.workspace}}/_typos.toml