Merge pull request #5 from dependabot/brrygrdn/add-integration-workflow

Add an integration workflow file
This commit is contained in:
Barry Gordon
2021-05-26 17:59:40 +01:00
committed by GitHub

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 }}"