Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Bump carlosperate/download-file-action from 2.0.0 to 2.0.1 #256

Bump carlosperate/download-file-action from 2.0.0 to 2.0.1

Bump carlosperate/download-file-action from 2.0.0 to 2.0.1 #256

Workflow file for this run

name: Spell Check
on:
- pull_request
- push
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Spell check
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
check_hidden: true
skip: ./.git
ignore_words_file: .github/workflows/codespell-ignore-words-list.txt