Skip to content

Adds fleet-event-monitor #6539

Adds fleet-event-monitor

Adds fleet-event-monitor #6539

Workflow file for this run

name: Check for unallowed changes
on:
pull_request:
env:
MAIN_BRANCH: origin/main
GOARCH: amd64
CGO_ENABLED: 0
jobs:
check-changes:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version-file: 'go.mod'
check-latest: true
-
name: Install Ginkgo CLI
run: go install github.com/onsi/ginkgo/v2/ginkgo
-
name: go.mod
run: ./.github/scripts/check-for-go-mod-changes.sh
-
name: generate.go
run: ./.github/scripts/check-for-auto-generated-changes.sh
-
name: known-hosts
run: ./.github/scripts/check-for-known-hosts-changes.sh $GITHUB_BASE_REF