Skip to content

Bump csv from 2.5.0 to 3.2.1 #50

Bump csv from 2.5.0 to 3.2.1

Bump csv from 2.5.0 to 3.2.1 #50

Workflow file for this run

name: Check spelling
on:
pull_request:
push:
branches: [ master ]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
ignore_words_file: .codespellignore
path: lib test extra