Skip to content

Commit cf8a300

Browse files
committed
Disable travis for now
1 parent edb7ff5 commit cf8a300

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@master
12-
- run: docker-compose version
12+
- 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

Comments
 (0)