Skip to content

build(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 #2050

build(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0

build(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 #2050

Workflow file for this run

name: Spelling
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- "main"
push:
branches:
- "main"
workflow_dispatch:
concurrency:
group: "spelling"
cancel-in-progress: true
jobs:
lint-spelling:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v6
- name: Spellcheck
uses: rojopolis/spellcheck-github-actions@0.60.0