Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
"contributions": [
"tool"
]
},
{
"login": "restyled-io[bot]",
"name": "restyled-io[bot]",
"avatar_url": "https://avatars0.githubusercontent.com/in/5851?v=4",
"profile": "https://github.com/apps/restyled-io",
"contributions": [
"tool"
]
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: npm-cache
run: echo "::set-output name=dir::$(package-lock.json)"
- name: Cache npm dependencies
uses: actions/cache@v1
uses: actions/cache@v2
env:
cache-name: cache-node-modules
with:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" target="_blank" />
</a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#-contributors"><img src="https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square" alt="All Contributors" /></a>
<a href="#-contributors"><img src="https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square" alt="All Contributors" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<a href="https://twitter.com/koromerzhin">
<img alt="Twitter: koromerzhin" src="https://img.shields.io/twitter/follow/koromerzhin.svg?style=social" target="_blank" />
Expand Down Expand Up @@ -84,6 +84,7 @@ Thanks goes to these wonderful people
<tr>
<td align="center"><a href="https://github.com/koromerzhin"><img src="https://avatars0.githubusercontent.com/u/308012?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Le TOULLEC Martial</b></sub></a><br /><a href="https://github.com/koromerzhin/template-github/commits?author=koromerzhin" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/apps/renovate"><img src="https://avatars1.githubusercontent.com/in/2740?v=4?s=100" width="100px;" alt=""/><br /><sub><b>renovate[bot]</b></sub></a><br /><a href="#tool-renovate[bot]" title="Tools">🔧</a></td>
<td align="center"><a href="https://github.com/apps/restyled-io"><img src="https://avatars0.githubusercontent.com/in/5851?v=4?s=100" width="100px;" alt=""/><br /><sub><b>restyled-io[bot]</b></sub></a><br /><a href="#tool-restyled-io[bot]" title="Tools">🔧</a></td>
</tr>
</table>

Expand Down