Skip to content

chore(deps): bump software.amazon.awssdk:core from 2.19.1 to 2.21.33 in /TestVectors/runtimes/java #1969

chore(deps): bump software.amazon.awssdk:core from 2.19.1 to 2.21.33 in /TestVectors/runtimes/java

chore(deps): bump software.amazon.awssdk:core from 2.19.1 to 2.21.33 in /TestVectors/runtimes/java #1969

Workflow file for this run

# This workflow verifies
# that the source is annotated
# with respect to the specification
name: Duvet report
on:
pull_request:
push:
branches:
- main
jobs:
duvet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install duvet
shell: bash
run: |
cargo +stable install duvet
- name: Run the duvet report
shell: bash
run: |
make duvet
- uses: actions/upload-artifact@v3
if: always()
with:
name: specification_compliance_report
path: specification_compliance_report.html