Skip to content

chore(deps): bump alpine from 3.12.1 to 3.18.2 in /build/protoc #54

chore(deps): bump alpine from 3.12.1 to 3.18.2 in /build/protoc

chore(deps): bump alpine from 3.12.1 to 3.18.2 in /build/protoc #54

Workflow file for this run

name: Kleat CI
on:
pull_request:
push:
branches:
- master
jobs:
build:
if: startsWith(github.repository, 'spinnaker/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Ensure packages and dependencies compile
run: go build ./...
- name: Run tests
run: go test ./...
- name: Ensure autogenerated protos match checked-in protos
run: make checkproto
golangci:
if: startsWith(github.repository, 'spinnaker/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Ensure code formatting and style is consistent
uses: golangci/golangci-lint-action@v2
with:
version: v1.32