Skip to content

Commit 55690f9

Browse files
Merge branch 'origin/master'
2 parents 344d481 + 1de5269 commit 55690f9

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

.all-contributorsrc

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
{
22
"projectName": "post-local-storage",
3-
"projectOwner": "GwynethLlewelyn"
4-
}
3+
"projectOwner": "GwynethLlewelyn",
4+
"files": [
5+
"README.md"
6+
],
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributorsPerLine": 7,
10+
"contributors": [
11+
{
12+
"login": "kylesands",
13+
"name": "kylesands",
14+
"avatar_url": "https://avatars.githubusercontent.com/u/9731115?v=4",
15+
"profile": "https://github.com/kylesands"
16+
},
17+
{
18+
"login": "gvp9000",
19+
"name": "gvp9000",
20+
"avatar_url": "https://avatars.githubusercontent.com/u/24462297?v=4",
21+
"profile": "https://github.com/gvp9000"
22+
}
23+
],
24+
"contributions": [
25+
"code",
26+
"ideas"
27+
]
28+
}

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
# Upload the SARIF file generated in the previous step
5858
- name: Upload SARIF results file
59-
uses: github/codeql-action/upload-sarif@v2
59+
uses: github/codeql-action/upload-sarif@v3
6060
with:
6161
sarif_file: results.sarif

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
4949
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
5050
<!-- prettier-ignore-start -->
5151
<!-- markdownlint-disable -->
52+
<table>
53+
<tbody>
54+
<tr>
55+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kylesands"><img src="https://avatars.githubusercontent.com/u/9731115?v=4?s=100" width="100px;" alt="kylesands"/><br /><sub><b>kylesands</b></sub></a><br /><a href="#code-kylesands" title="Code">💻</a> <a href="#ideas-kylesands" title="Ideas, Planning, & Feedback">🤔</a></td>
56+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/gvp9000"><img src="https://avatars.githubusercontent.com/u/24462297?v=4?s=100" width="100px;" alt="gvp9000"/><br /><sub><b>gvp9000</b></sub></a><br /><a href="#code-gvp9000" title="Code">💻</a> <a href="#ideas-gvp9000" title="Ideas, Planning, & Feedback">🤔</a></td>
57+
</tr>
58+
</tbody>
59+
</table>
5260

5361
<!-- markdownlint-restore -->
5462
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)