Prepare for the primary branch name to change to main (#7985)

This commit is contained in:
Dustin L. Howett
2020-10-21 17:29:36 -07:00
committed by GitHub
parent ae550e0969
commit 403b793179
12 changed files with 26 additions and 26 deletions

View File

@@ -16,7 +16,7 @@ name: Lint Code Base
#############################
on:
pull_request:
branches: [master]
branches: [main]
###############
# Set the Job #
@@ -48,7 +48,7 @@ jobs:
uses: github/super-linter@v3
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
DEFAULT_BRANCH: main
MARKDOWN_CONFIG_FILE: .markdown-lint.yml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_EDITORCONFIG: false