Skip to content

fix(ServiceExport): Reject Conflicting Alias Names for ServiceExport object (#315) #710

fix(ServiceExport): Reject Conflicting Alias Names for ServiceExport object (#315)

fix(ServiceExport): Reject Conflicting Alias Names for ServiceExport object (#315) #710

Workflow file for this run

name: go-checks
on:
pull_request:
branches: master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout the repo
uses: actions/checkout@v2
- uses: Jerome1337/[email protected]
name: check go fmt
with:
gofmt-path: './'
gofmt-flags: '-l -d'