Skip to content

build(deps): bump github.com/emersion/go-smtp from 0.11.2 to 0.18.0 #133

build(deps): bump github.com/emersion/go-smtp from 0.11.2 to 0.18.0

build(deps): bump github.com/emersion/go-smtp from 0.11.2 to 0.18.0 #133

Workflow file for this run

name: codespell
on:
push:
branches:
- master
- main
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
jobs:
codespell:
name: codespell
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@v1
with:
check_filenames: true
ignore_words_list: aks,ags,startin
skip: "*.js,package-lock.json,*.lock,*/Font-Awesome/*,*.toml,*.svg,*assets/vendor/bootstrap*,cert-manager.crds.yaml"