diff --git a/.github/workflows/uci-go-lint.yml b/.github/workflows/uci-go-lint.yml new file mode 100644 index 00000000..6f2ed36e --- /dev/null +++ b/.github/workflows/uci-go-lint.yml @@ -0,0 +1,20 @@ +name: UCI + +on: + pull_request: + push: + branches: + - main + workflow_dispatch: + +permissions: + contents: read + +concurrency: + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }} + cancel-in-progress: true + +jobs: + go-lint: + name: Go + uses: sei-protocol/uci/.github/workflows/go-lint.yml@v0.0.1 \ No newline at end of file