diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-11-01 21:50:37 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-11-01 21:50:37 +0200 |
| commit | f7fa8414eedb20ec6120ded631805b6f399cf913 (patch) | |
| tree | 11e24f99be2b4cd2ef68bea6dc93ced56766b08e | |
| parent | 1259ab9e5488f4ef0429ab8ab09faa411ae2cdb2 (diff) | |
| download | competitive-programming-f7fa8414eedb20ec6120ded631805b6f399cf913.tar.xz competitive-programming-f7fa8414eedb20ec6120ded631805b6f399cf913.zip | |
Added checkout action
| -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: | |
