Move workflow in the right folder

This commit is contained in:
Frank
2020-04-21 13:47:34 +02:00
parent cfc342658b
commit 3b9f5efa1c

17
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Test
on: [push, pull_request]
jobs:
request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- name: Request Google Test
uses: ./
with:
url: 'https://google.de'
method: 'GET'