Skip to content

Update dependency architect to v5.5.1 #49

Update dependency architect to v5.5.1

Update dependency architect to v5.5.1 #49

name: "Validate sync diffs"
on: [pull_request]
jobs:
check:
name: "Check sync.sh was called"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download vendir
uses: giantswarm/install-binary-action@v3
with:
binary: "vendir"
version: "0.40.2"
download_url: "https:/carvel-dev/vendir/releases/download/v${version}/vendir-linux-amd64"
smoke_test: "${binary} --version"
- name: Run sync.sh
run: |
./sync/sync.sh
- name: Check there is no diff
run: |
git diff --exit-code