Skip to content

Commit

Permalink
ci: Add bender-up-to-date action
Browse files Browse the repository at this point in the history
To check if `Bender.yml` is up-to-date

Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Apr 14, 2023
1 parent 2aa7d0f commit c6862cd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/bender-up-to-date.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

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

0 comments on commit c6862cd

Please sign in to comment.