From f929a1cfb4039a5519d84c2deff05cbaf05ce776 Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Thu, 9 Apr 2020 19:07:58 +0300 Subject: Add github actions --- .github/workflows/goreadme.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/goreadme.yml (limited to '.github') diff --git a/.github/workflows/goreadme.yml b/.github/workflows/goreadme.yml new file mode 100644 index 0000000..0af0519 --- /dev/null +++ b/.github/workflows/goreadme.yml @@ -0,0 +1,19 @@ +on: + pull_request: + branches: [master, v1] + push: + branches: [master, v1] +jobs: + goreadme: + runs-on: ubuntu-latest + steps: + - name: Check out repository + uses: actions/checkout@v2 + - name: Update readme according to Go doc + uses: posener/goreadme@v1.2.5 + with: + recursive: 'true' + badge-travisci: 'true' + badge-codecov: 'true' + badge-goreadme: 'true' + github-token: '${{ secrets.GITHUB_TOKEN }}' -- cgit v1.2.3