mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-16 08:27:03 +03:00
Fixed CI
This commit is contained in:
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
|
name: CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user