catmullet/go-workers

View on GitHub
.github/workflows/docs.yml

Summary

Maintainability
Test Coverage
on:
  release:
    types:
      - created
    tags:
      - 'v[0-9]+.[0-9]+.[0-9]+'
      - '**/v[0-9]+.[0-9]+.[0-9]+'

jobs:
  build:
    name: Renew documentation
    runs-on: ubuntu-latest
    steps:
    - name: Pull new module version
      uses: andrewslotin/go-proxy-pull-action@master
    - name: actions-goveralls
      uses: shogo82148/actions-goveralls@v1.4.2