Skip to content

fix: rename, always use .yaml #1

fix: rename, always use .yaml

fix: rename, always use .yaml #1

Workflow file for this run

name: test
on:
push:
branches-ignore:
- release-please--branches--main
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 }}