bench: add PlutusV3 RIPEMD-160 benchmarks; workbench maintenance #18160
Workflow file for this run
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
name: Check git dependencies | |
on: | |
pull_request: # Required for workflows to be able to be approved from forks | |
merge_group: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
shell: bash | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Check git dependencies | |
run: | | |
.github/bin/check-git-dependencies |