-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
840e14e
commit dd855f7
Showing
6 changed files
with
58 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,5 @@ go.work | |
|
||
# Local go mod vendor ignore | ||
vendor/ | ||
|
||
.aider* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ tasks: | |
|
||
run: | ||
cmds: | ||
- go run . | ||
- go run ./cmd/twitchets | ||
|
||
run:docker: | ||
deps: [build:docker] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
country: GB | ||
regions: GBLO # TODO Currently ignored. | ||
events: | ||
# Theatre | ||
- name: Back to the Future | ||
- name: Frozen | ||
- name: Hadestown | ||
- name: Hamilton | ||
- name: Harry Potter & the Cursed Child | ||
- name: Kiss Me Kate | ||
- name: Lion King | ||
- name: Matilda | ||
- name: Mean Girls | ||
- name: Moulin Rouge | ||
- name: My Neighbour Totoro | ||
- name: Operation Mincemeat | ||
- name: Starlight Express | ||
- name: Stranger Things | ||
- name: The Phantom Opera | ||
- name: The Wizard of Oz | ||
# Gigs | ||
- name: Coldplay | ||
- name: Gary Clark Jr. | ||
- name: Glass Animals | ||
- name: Jungle | ||
- name: Oasis | ||
- name: Taylor Swift |