diff options
author | Ajay Ramachandran <[email protected]> | 2020-03-09 10:49:50 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-03-09 10:49:50 -0400 |
commit | d5f41bf4add31820f6e9acb0845b9473a05c80f5 (patch) | |
tree | 7bbf168278568ee0372f1bf388a139f3374059ff /.github | |
parent | 73e8926444563eb89a7396c7a70fd33b0a590389 (diff) | |
download | SponsorBlock-d5f41bf4add31820f6e9acb0845b9473a05c80f5.tar.gz SponsorBlock-d5f41bf4add31820f6e9acb0845b9473a05c80f5.zip |
Fixed CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/ci.yml | 13 | ||||
-rw-r--r-- | .github/workflows/ci/action.yml | 2 |
2 files changed, 13 insertions, 2 deletions
diff --git a/.github/ci.yml b/.github/ci.yml new file mode 100644 index 00000000..35836a8f --- /dev/null +++ b/.github/ci.yml @@ -0,0 +1,13 @@ +name: CI + +on: [push, pull_request] + +jobs: + + build: + name: Create artifacts + runs-on: ubuntu-latest + + steps: + - uses: ./.github/workflows/ci/ + diff --git a/.github/workflows/ci/action.yml b/.github/workflows/ci/action.yml index 60e01530..e1dc35a0 100644 --- a/.github/workflows/ci/action.yml +++ b/.github/workflows/ci/action.yml @@ -1,7 +1,5 @@ name: CI -on: [push, pull_request] - jobs: build: |