feat(): Add slice gw edge feature to use a LB for inter-cluster traffic (test automation is WIP) #631
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |