Add an integration workflow file

This commit is contained in:
Barry Gordon
2021-05-26 17:56:03 +01:00
parent 7b1303fbd4
commit b4eba09477

14
.github/workflows/integration.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: "integration-test"
on: [ pull_request ]
jobs:
# test action works running from the graph
run-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch Dependabot metadata
id: metadata
uses: ./
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"