Skip to content

Merge pull request #4 from VU-ASE/release-please--branches--main #42

Merge pull request #4 from VU-ASE/release-please--branches--main

Merge pull request #4 from VU-ASE/release-please--branches--main #42

Workflow file for this run

name: test
on:
push:
permissions:
contents: read
pull-requests: read # Optional: Use with `only-new-issues` option.
jobs:
test:
uses: VU-ASE/actions/.github/workflows/test.yaml@main
secrets:
gh_pat: ${{ secrets.GH_PAT }}