ceph-csi/.github/workflows/go-test.yaml
Madhu Rajanna edf6abce99 ci: add github workflows for static checks
adding a github workflow to run static checks
inside a container.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-12-07 12:57:29 +05:30

16 lines
302 B
YAML

---
name: go-test
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
jobs:
go-test:
name: go-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: go-test
run: CONTAINER_CMD=docker make containerized-test TARGET=go-test