From 093c11eb1500ecb452ba4e019a0d2cf253818d75 Mon Sep 17 00:00:00 2001 From: octeep Date: Tue, 29 Mar 2022 00:46:17 +0100 Subject: [PATCH 1/2] add ci --- .github/workflows/ci-ubuntu.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/ci-ubuntu.yml diff --git a/.github/workflows/ci-ubuntu.yml b/.github/workflows/ci-ubuntu.yml new file mode 100644 index 0000000..40f8fee --- /dev/null +++ b/.github/workflows/ci-ubuntu.yml @@ -0,0 +1,23 @@ +name: Build +on: + push: + branches: + - '**' + pull_request: + branches: + - '**' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: 1.17 + - name: Checkout wireproxy + uses: actions/checkout@v2 + - name: Build wireproxy + run: go build ./cmd/wireproxy + From d92eaf01e16857a38c88e81bc649d8aede57d23b Mon Sep 17 00:00:00 2001 From: octeep Date: Tue, 29 Mar 2022 00:49:26 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 17ca618..4b54ec4 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,8 @@ BindAddress = 127.0.0.1:25344 # Avoid using spaces in the password field #Password = ... ``` + + +## Stargazers over time + +[![Stargazers over time](https://starchart.cc/octeep/wireproxy.svg)](https://starchart.cc/octeep/wireproxy)