Skip to content

Commit

Permalink
repair YAML syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Larson <[email protected]>
  • Loading branch information
LucasLarson committed Apr 12, 2023
1 parent f9b0f18 commit d148938
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ contact_links:
- name: GitHub Security Bug Bounty
url: https://bounty.github.com/
about: Please report security vulnerabilities here.
...
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ updates:
# ignore patch updates for all dependencies
- dependency-name: "*"
update-types: ["version-update:semver-minor"]
...
1 change: 1 addition & 0 deletions .github/funding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ open_collective: lucaslarson
ko_fi: lucaslarson
liberapay: LucasLarson
issuehunt: lucaslarson
...
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN || secrets.PAT }}
branch: ${{ github.ref }}
...
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
...
1 change: 1 addition & 0 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
-fdiagnostics-print-source-range-info -fdiagnostics-show-option \
-fshow-source-location -ftime-report \
./*.cpp -o HQ9+
...
1 change: 1 addition & 0 deletions .github/workflows/jsonlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@ jobs:
labels: enhancement, github_actions
branch: format-json
base: ${{ github.head_ref }}
...
1 change: 1 addition & 0 deletions .github/workflows/shellcheck-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ jobs:
./codesnippets_code \
"$0" ||
exit 1
...
1 change: 1 addition & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ jobs:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# GitLab Code Quality CI
include:
template: Jobs/Code-Quality.gitlab-ci.yml
...
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ image:

tasks:
- init: cmake . && make && ./HQ9+
...

0 comments on commit d148938

Please sign in to comment.