Intial commit

This commit is contained in:
2020-07-25 17:09:22 -04:00
commit 8f3b8cf989
69 changed files with 41423 additions and 0 deletions

15
.github/workflows/test_action.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Test Action
on: [push, pull_request]
jobs:
TestAction:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Action
id: run_tests
uses: ./
with:
directory: test_proj