From a2bbb19b9e47133142dc09c038053f514fed0d2f Mon Sep 17 00:00:00 2001 From: SamoMBT Date: Fri, 6 Feb 2026 19:54:18 +0200 Subject: [PATCH 1/5] README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c59647..4d5c399 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,5 @@ To install the `gator` CLI tool to your `$GOPATH/bin`, run: ```bash go install [github.com/your-username/gator@latest](https://github.com/your-username/gator@latest) + +SamoMBT's version of Boot.dev's Notely app. From fb9b4c99bbb589a80c401457e0aaeeef63aa092c Mon Sep 17 00:00:00 2001 From: SamoMBT Date: Fri, 6 Feb 2026 19:59:52 +0200 Subject: [PATCH 2/5] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d5c399..babae76 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,4 @@ To install the `gator` CLI tool to your `$GOPATH/bin`, run: ```bash go install [github.com/your-username/gator@latest](https://github.com/your-username/gator@latest) -SamoMBT's version of Boot.dev's Notely app. +SamoMBT's version of Boot.dev's Notely app.. From 69b85c9d84a44fb2360d1501ad293594dcf9c53b Mon Sep 17 00:00:00 2001 From: SamoMBT Date: Fri, 6 Feb 2026 20:14:39 +0200 Subject: [PATCH 3/5] .github --- .github | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github diff --git a/.github b/.github new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.github @@ -0,0 +1 @@ + From a89ee3160c1041118f4208c9fd8357595019e01c Mon Sep 17 00:00:00 2001 From: SamoMBT Date: Fri, 6 Feb 2026 20:14:51 +0200 Subject: [PATCH 4/5] .github --- .github | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github diff --git a/.github b/.github deleted file mode 100644 index 8b13789..0000000 --- a/.github +++ /dev/null @@ -1 +0,0 @@ - From b6f9324871507cd2d0b532273178371d6fcdbf24 Mon Sep 17 00:00:00 2001 From: SamoMBT Date: Fri, 6 Feb 2026 20:17:54 +0200 Subject: [PATCH 5/5] ci.yml --- .github/workflows/ci.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..249cc52 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,22 @@ +name: ci + +on: + pull_request: + branches: [main] + +jobs: + tests: + name: Tests + runs-on: ubuntu-latest + + steps: + - name: Check out code + uses: actions/checkout@v4 + + - name: Set up Go + uses: actions/setup-go@v5 + with: + go-version: "1.25.1" + + - name: Force Failure + run: (exit 1)