Skip to content

Add special treatment for CMS /wmstats and /tier0_wmstats cases as th… #154

Add special treatment for CMS /wmstats and /tier0_wmstats cases as th…

Add special treatment for CMS /wmstats and /tier0_wmstats cases as th… #154

Workflow file for this run

name: Go CI build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.20
- name: Build
run: make
- name: Test
run: make test