forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
1,689 changed files
with
81,815 additions
and
74,603 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- | ||
Thanks for improving the documentation 😃 | ||
Please give a short description and check the matching checkboxes to help us review this as quick as possible. | ||
Please make the PR writeable. This allows us to fix typos, grammar and linting errors ourselves, which makes | ||
merging and reviewing a lot faster for everybody. | ||
--> | ||
|
||
## 🏷 Type of documentation | ||
Check failure on line 9 in .github/pull_request_template.md GitHub Actions / run markdownlintFirst line in a file should be a top-level heading
|
||
<!-- Remove items that don't apply and/or select an item by changing [ ] to [x] --> | ||
- [ ] new bid adapter | ||
- [ ] update bid adapter | ||
- [ ] new feature | ||
- [ ] text edit only (wording, typos) | ||
- [ ] bugfix (code examples) | ||
- [ ] new examples | ||
|
||
## 📋 Checklist | ||
<!-- Remove items that don't apply and/or select an item by changing [ ] to [x] --> | ||
- [ ] Related pull requests in prebid.js or server are linked -> Paste link in this list or reference it on the PR itself | ||
- [ ] For new adapters check [submitting your adapter docs](https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Continuous Integration | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- master | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
# based on https://github.com/DavidAnson/markdownlint-cli2-action/blob/main/.github/workflows/changed.yml | ||
# runs markdown lint only for changed files | ||
markdownlint: | ||
name: run markdownlint | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- uses: tj-actions/changed-files@v41 | ||
id: changed-files | ||
with: | ||
files: '**/*.md' | ||
separator: "," | ||
- uses: DavidAnson/markdownlint-cli2-action@v15 | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
with: | ||
globs: "${{ steps.changed-files.outputs.all_changed_files }},!_includes" | ||
separator: "," | ||
config: '.markdownlint.json' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"default": true, | ||
"MD009": false, | ||
"MD013": false, | ||
"MD022": false, | ||
"MD024": false, | ||
"MD025": false, | ||
"MD033": false, | ||
"MD036": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.7.6 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
source 'https://rubygems.org' | ||
gem 'github-pages', '>= 30' | ||
gem 'github-pages', '>= 228' | ||
|
||
gem "webrick", "~> 1.7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.