##// END OF EJS Templates
try to fix build
Matthias Bussonnier -
Show More
@@ -19,6 +19,8 b' jobs:'
19 19
20 20 steps:
21 21 - uses: actions/checkout@v2
22 with:
23 fetch-depth: 0
22 24 - name: Set up Python ${{ matrix.python-version }}
23 25 uses: actions/setup-python@v2
24 26 with:
@@ -29,7 +31,6 b' jobs:'
29 31 pip install darker
30 32 - name: Lint with darker
31 33 run: |
32 git fetch
33 34 darker -r 60625f241f298b5039cb2debc365db38aa7bb522 --check --diff . || (
34 35 echo "Changes need auto-formatting. Run:"
35 36 echo " darker -r 60625f241f298b5039cb2debc365db38aa7bb522"
General Comments 0
You need to be logged in to leave comments. Login now