diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 229a982..690d828 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: - name: Install dev dependencies run: pip install -r requirements_test.txt - name: Run Linter - run: echo "Trainee should add command to run flake8" + run: "Trainee should add command to run flake8" - name: Run Vulture - run: echo "Trainee should add command to run vulture" + run: "Trainee should add command to run vulture" - name: Run tests - run: echo "Trainee should add command to run test" + run: "Trainee should add command to run test"