mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
13 lines
159 B
YAML
13 lines
159 B
YAML
name: CI
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
|
|
build:
|
|
name: Create artifacts
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: ./.github/workflows/ci/
|
|
|