File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ MD024: false
1010MD051 : false
1111
1212# MD033/no-inline-html Inline HTML
13- MD033 : false
13+ MD033 :
14+ allowed_elements : ["div", "h1"]
1415
1516# MD036/no-emphasis-as-heading Emphasis used instead of a heading
1617MD036 : false
Original file line number Diff line number Diff line change 11name : Super-Linter
22
3- on : [pull_request]
3+ on :
4+ pull_request :
5+ push :
6+ branches :
7+ - main
48
59permissions : {}
610
Original file line number Diff line number Diff line change 77[ ![ Built with Nunjucks] ( https://img.shields.io/badge/Built%20with-Nunjucks-darkgreen )] ( https://mozilla.github.io/nunjucks/ )
88[ ![ Built with Tailwind CSS] ( https://img.shields.io/badge/Built%20with-Tailwind-blue )] ( https://tailwindcss.com/ )
99
10- [ ![ Super-Linter] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/super-linter.yml/badge.svg )] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/super-linter.yml )
11- [ ![ Audit hooks] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit-audit.yml/badge.svg )] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit-audit.yml )
12- [ ![ Manual hooks] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit-manual.yml/badge.svg )] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit-manual.yml )
13- [ ![ Standard hooks] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit.yml/badge.svg )] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit.yml )
10+ [ ![ Super-Linter] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/super-linter.yml/badge.svg?branch=main )] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/super-linter.yml?query=branch%3Amain )
11+ [ ![ Audit hooks] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit-audit.yml/badge.svg?branch=main )] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit-audit.yml?query=branch%3Amain )
12+ [ ![ Manual hooks] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit-manual.yml/badge.svg?branch=main )] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit-manual.yml?query=branch%3Amain )
13+ [ ![ Standard hooks] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit.yml/badge.svg?branch=main )] ( https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit.yml?query=branch%3Amain )
1414
1515[ ![ Easter Eggs] ( https://img.shields.io/badge/Easter-Eggs-ff69b4?labelColor=9b59b6 )] ( https://nextcommunity.github.io )
1616
@@ -100,7 +100,6 @@ git checkout -b my-feature-branch
100100```
101101
102102Use a descriptive branch name that reflects your change, e.g. ` add-jbampton ` or ` fix-yaml-typo ` .
103- Replace ` your-github-username ` in every example below with the actual branch name you chose here.
104103
105104### Step 4: Create Your Profile File
106105
You can’t perform that action at this time.
0 commit comments