Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Stegallo committed Nov 3, 2023
1 parent 115e57f commit 157069b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Run Black
on:
push:
branches: [ master, restructure ]
branches: [ master ]
jobs:
runsBlack:
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<a href="https://codeclimate.com/github/Stegallo/adventofcode/maintainability"><img src="https://api.codeclimate.com/v1/badges/d3a26d2fed4f5d3b04c7/maintainability" /></a>
# adventofcode

| | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 |
| - | - | - | - | - | - | - | - | - |
| 01 | [][201501] | | | | | | | |

[201501]: https://github.com/Stegallo/adventofcode/blob/master/y_2015/day1.py

## to run the code

activate the adventofcode virtual environment:
```
python3 -m venv .venv
Expand Down

0 comments on commit 157069b

Please sign in to comment.