Skip to content

chore(deps): Bump golang.org/x/crypto from 0.0.0-20190308221718-c2843e01d9a2 to 0.17.0 #8

chore(deps): Bump golang.org/x/crypto from 0.0.0-20190308221718-c2843e01d9a2 to 0.17.0

chore(deps): Bump golang.org/x/crypto from 0.0.0-20190308221718-c2843e01d9a2 to 0.17.0 #8

Workflow file for this run

name: Check for typos
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check for typos
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
skip: .git,*.png,*.jpg
ignore_words_file: .github/workflows/codespell_ignore_words.txt
paths: ./CONTRIBUTING.md ./README.md