Skip to content

Reinstate the API changes check in the workflow #749

@jtpio

Description

@jtpio

Issue to track the following TODO:

# TODO: re-enable check for the following files:
# review/api/*.api.md
# - name: Get API changes
# id: api-changed
# - name: Fail if API are modified
# if: steps.api-changed.outputs.any_changed == 'true'
# run: |
# for file in ${{ steps.api-changed.outputs.all_changed_files }}; do
# echo "$file"
# done
# exit 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions