ci: Add bender-up-to-date action (#1198)

To check if `Bender.yml` is up-to-date

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
This commit is contained in:
Nils Wistoff 2023-04-19 22:41:46 +02:00 committed by GitHub
parent 64da01365a
commit 11b3d535a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/bender-up-to-date.yml vendored Normal file
View file

@ -0,0 +1,16 @@
# Copyright 2023 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# Author: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
name: bender-up-to-date
on: [ push, pull_request, workflow_dispatch ]
jobs:
bender-up-to-date:
runs-on: ubuntu-latest
steps:
- name: Check Bender up-to-date
uses: pulp-platform/pulp-actions/bender-up-to-date@v2