From aa6a8e03b3d195ed51173342fadd28c212e17431 Mon Sep 17 00:00:00 2001 From: tijl Date: Fri, 27 Sep 2024 17:47:01 +0200 Subject: [PATCH] updates --- .gitea/workflows/build.yaml | 24 ++++++++++++++++++++++++ .gitignore | 1 + README.md | 1 + 3 files changed, 26 insertions(+) create mode 100644 .gitea/workflows/build.yaml create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..f685a03 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,24 @@ +name: build + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + github-server-url: 'https://git.tijl.dev' + + - name: Set up Go + uses: actions/setup-go@v5 + with: + go-version: '1.22' + + - name: Build + run: go build diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7fe281d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +stopwatch diff --git a/README.md b/README.md new file mode 100644 index 0000000..d48aa11 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +`go install git.tijl.dev/tijl/stopwatch`