Skip to content

Merge pull request #94 from jonasbn/dependabot/bundler/rexml-3.3.9 #199

Merge pull request #94 from jonasbn/dependabot/bundler/rexml-3.3.9

Merge pull request #94 from jonasbn/dependabot/bundler/rexml-3.3.9 #199

Workflow file for this run

name: Go Build and Test Action
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 */28 */1 *'
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.17
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Coverage Reporting
uses: shogo82148/actions-goveralls@7b1bd2871942af030d707d6574e5f684f9891fb2 # v1.8.0