Browse Source

ci: typo

pull/2601/head
Maxim Prokhorov 3 years ago
parent
commit
13f8c17a40
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/push.yml

+ 2
- 0
.github/workflows/push.yml View File

@ -6,6 +6,8 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:


Loading…
Cancel
Save