Update _check.yml

This commit is contained in:
Aleksandr Statciuk 2022-02-27 23:57:11 +03:00
parent ac5347ba97
commit 0e8d85f40a

View file

@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Download channels from API - name: Download channels from API
run: | run: |
mkdir -p scripts/data mkdir -p scripts/data