Skip to content

Delete .github/workflows/upsert-scala-steward-dependencies-branch.yml #1010

Delete .github/workflows/upsert-scala-steward-dependencies-branch.yml

Delete .github/workflows/upsert-scala-steward-dependencies-branch.yml #1010

Workflow file for this run

name: TDR Run Lambda Tests
on:
pull_request:
push:
branches-ignore:
- master
- release-*
permissions:
id-token: write
contents: read
jobs:
test:
uses: nationalarchives/tdr-github-actions/.github/workflows/tdr_test.yml@main
with:
repo-name: tdr-file-format
test-command: |
sbt test
secrets:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}