1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
name: Test Codecov proxy-action |
||||
|
||||
on: |
||||
workflow_dispatch: |
||||
pull_request: |
||||
branches: |
||||
- main |
||||
paths: |
||||
- 'proxy-actions/codecov/**' |
||||
- '.github/workflows/test-codecov-proxy-action.yml' |
||||
|
||||
permissions: |
||||
contents: read |
||||
|
||||
jobs: |
||||
test-codecov-proxy: |
||||
name: Test codecov proxy action |
||||
uses: ./proxy-actions/codecov |
||||
Loading…
Reference in new issue