Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf5db81afe | ||
|
|
cdf4392488 | ||
|
|
12fba127e9 | ||
|
|
326c661b34 |
5
.github/workflows/branch.yaml
vendored
5
.github/workflows/branch.yaml
vendored
@@ -1,5 +1,8 @@
|
||||
name: Push
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "random_quote_generator"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
description = ""
|
||||
authors = ["Jan Giacomelli <jan@typless.com>"]
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ quotes = [
|
||||
"author": "Robert C. Martin",
|
||||
},
|
||||
{
|
||||
"quote": "You should name a variable using the same "
|
||||
"quote": "You should name a variable using the same "
|
||||
"care with which you name a first-born child.",
|
||||
"author": "Robert C. Martin",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user