Skip to content

also driver, console and plugin must be bumped to 1.4.1 #692

also driver, console and plugin must be bumped to 1.4.1

also driver, console and plugin must be bumped to 1.4.1 #692

Workflow file for this run

name: codespell
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
codespell:
name: codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: codespell
uses: codespell-project/actions-codespell@v1
with:
check_filenames: true
check_hidden: true
skip: "./go.sum"