diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/workflow.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2f2c179..ce6bf6b 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -13,6 +13,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout repo + uses: actions/checkout@v2 + - name: Get how many codeforces problems id: codeforces run: | |
