mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-25 17:08:42 +03:00
14 lines
159 B
YAML
14 lines
159 B
YAML
name: CI
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
|
|
build:
|
|
name: Create artifacts
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: ./.github/workflows/ci/
|
|
|