We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb7ff5 commit cf8a300Copy full SHA for cf8a300
.github/workflows/action.yml
@@ -9,4 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@master
12
- - run: docker-compose version
+ - run: git clone https://github.com/django/django.git --depth=1 /tmp/django
13
+ - run: export DJANGO_PATH=/tmp/django
14
+ - run: docker-compose pull --include-deps flake8
15
+ - run: docker-compose build --pull flake8
16
+ - run: docker-compose run flake8
0 commit comments