Update tdr-auth-utils to 0.0.229 in scala-steward-dependencies #905
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: TDR Run Lambda Tests | |
on: | |
push: | |
branches-ignore: | |
- main | |
- release-* | |
permissions: | |
id-token: write | |
contents: read | |
jobs: | |
test: | |
uses: nationalarchives/tdr-github-actions/.github/workflows/tdr_test.yml@main | |
with: | |
repo-name: tdr-draft-metadata-validator | |
test-command: | | |
sbt scalafmtCheckAll test | |
secrets: | |
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |