Skip to content

Commit 4b7a6ec

Browse files
Fixed the codeql to use the proper branch name. Updated README to reflect build status in Azure. (#6)
Co-authored-by: Abdulkareem Siddiq <[email protected]>
1 parent 16ab4be commit 4b7a6ec

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches: [ main ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master ]
19+
branches: [ main ]
2020
schedule:
2121
- cron: '15 21 * * 3'
2222

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# string2map
22

33
[![CodeQL](https://github.com/SiddiqSoft/string2map/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/SiddiqSoft/string2map/actions/workflows/codeql-analysis.yml)
4+
[![Build Status](https://dev.azure.com/siddiqsoft/siddiqsoft/_apis/build/status/SiddiqSoft.string2map?branchName=main)](https://dev.azure.com/siddiqsoft/siddiqsoft/_build/latest?definitionId=3&branchName=main)
45

56
Simple C++17 library to aid in the parsing of HTTP headers into a STL map-type container.
67

@@ -33,7 +34,7 @@ typename | Type | Comment
3334

3435
## Usage
3536

36-
Get it from [nuget](https://www.nuget.org/packages/string2map/)
37+
Get it from [nuget](https://www.nuget.org/packages/string2map/) or you can submodule it.
3738

3839
```cpp
3940
#include <string>

string2map.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2121
.clang-format = .clang-format
2222
.clang-tidy = .clang-tidy
2323
azure-pipelines.yml = azure-pipelines.yml
24+
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
2425
LICENSE = LICENSE
2526
README.md = README.md
2627
EndProjectSection

0 commit comments

Comments
 (0)