Skip to content

[pgadmin4] feat: added dnsPolicy and dnsConfig templates #228

[pgadmin4] feat: added dnsPolicy and dnsConfig templates

[pgadmin4] feat: added dnsPolicy and dnsConfig templates #228

Workflow file for this run

# Documentation:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: Codespell
on: pull_request
jobs:
codespell:
name: Codespell
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Codespell
uses: codespell-project/actions-codespell@master
with:
ignore_words_list: iam,aks
check_filenames: true
check_hidden: true