mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 11:54:46 -04:00
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:
parent
64da01365a
commit
11b3d535a8
1 changed files with 16 additions and 0 deletions
16
.github/workflows/bender-up-to-date.yml
vendored
Normal file
16
.github/workflows/bender-up-to-date.yml
vendored
Normal 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
|
Loading…
Add table
Reference in a new issue