3 Commits

Author SHA1 Message Date
923e0331f7 Merge branch 'gitea-actions' 2023-12-02 19:15:12 +01:00
7c156be7a1 Adding a tag to specify when to build 2023-12-02 19:14:16 +01:00
a4ee3fde16 Add README.md
All checks were successful
Build / gobuild (push) Successful in 56s
2023-12-02 19:08:52 +01:00
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
name: Build name: Build
on: [push] on:
push:
tags:
- "^test$"
jobs: jobs:
gobuild: gobuild:
runs-on: ubuntu-latest runs-on: ubuntu-latest

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# Advent of Code 2023
An attempt to start programming again.
- [Day 1](./day01/trebuchet.go)
- [Day 2](./day02/lottacubes.go)
This repo gets automatically mirrored to [Github](https://github.com/Doddophonique/aoc2023).