Skip to content

Configure Dependabot to check for outdated actions used in workflows … #1257

Configure Dependabot to check for outdated actions used in workflows …

Configure Dependabot to check for outdated actions used in workflows … #1257

Workflow file for this run

name: Spell Check
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Spell check
uses: codespell-project/actions-codespell@master