mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Fixed CI
This commit is contained in:
parent
73e8926444
commit
d5f41bf4ad
2 changed files with 13 additions and 2 deletions
13
.github/ci.yml
vendored
Normal file
13
.github/ci.yml
vendored
Normal 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/
|
||||
|
2
.github/workflows/ci/action.yml
vendored
2
.github/workflows/ci/action.yml
vendored
|
@ -1,7 +1,5 @@
|
|||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue