diff options
author | Ajay Ramachandran <[email protected]> | 2020-03-09 10:52:43 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-03-09 10:52:43 -0400 |
commit | d6410663129f8216d9b470a23bbfacf776dd789d (patch) | |
tree | 95ef096da5f6ae5eb5a038fe58c5c43bb2d2885d /.github | |
parent | 44ca8d47d827ca60ed1861129aaf71cc51402ae9 (diff) | |
download | SponsorBlock-d6410663129f8216d9b470a23bbfacf776dd789d.tar.gz SponsorBlock-d6410663129f8216d9b470a23bbfacf776dd789d.zip |
Checkout in CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35836a8f..0f0211e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,5 +9,6 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v1 - uses: ./.github/workflows/ci/ |