Skip to content

Commit

Permalink
Update README for 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kopeć authored and mkopec87 committed Dec 2, 2023
1 parent 25954f7 commit edbca9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 1 # to prevent too many requests to AoC API
matrix:
year: [2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015]
year: [2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015]

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ library. The sample input files are not original ones, but created by myself.

| Year | Stars | Days completed |
|:----:|:-------------------------------------------------------------------:|:----------------------------------------------------------------:|
| 2023 | ![](https://img.shields.io/badge/2023%20stars%20⭐-0-yellow) | ![](https://img.shields.io/badge/2023%20days%20completed-0-red) |
| 2022 | ![](https://img.shields.io/badge/2022%20stars%20⭐-50-yellow) | ![](https://img.shields.io/badge/2022%20days%20completed-25-red) |
| 2021 | ![](https://img.shields.io/badge/2021%20stars%20⭐-50-yellow) | ![](https://img.shields.io/badge/2021%20days%20completed-25-red) |
| 2020 | ![](https://img.shields.io/badge/2020%20stars%20⭐-6-yellow) | ![](https://img.shields.io/badge/2020%20days%20completed-3-red) |
Expand Down

0 comments on commit edbca9e

Please sign in to comment.