Moved CI into the right place

This commit is contained in:
Ajay Ramachandran
2020-03-09 10:51:26 -04:00
parent d5f41bf4ad
commit 44ca8d47d8

13
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: CI
on: [push, pull_request]
jobs:
build:
name: Create artifacts
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/ci/