Bump verif/core-v-verif from 91b01d2
to 717d05e
(#1567)
#616
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |