We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6831eb8 commit 5cc14faCopy full SHA for 5cc14fa
1 file changed
.github/workflows/test.yml
@@ -40,14 +40,6 @@ jobs:
40
key: ${{ runner.os }}-${{ matrix.python-version }}-tox-${{ hashFiles('setup.py') }}-${{ hashFiles('setup.cfg') }} }}
41
- name: Test with tox
42
run: tox
43
- - name: Commit and Push to Pull Request
44
- if: matrix.python-version == 3.8
45
- run: |
46
- if [ -n "$(git status -s)" ]; then
47
- git add .
48
- git commit -m "✨ ⭐ Automated commit has been added to your pull request to fix formatting! ⭐ ✨"
49
- git push origin ${{ github.head_ref }}
50
- fi
51
- uses: codecov/codecov-action@v4
52
with:
53
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments