From d2815c7f826b4fc2ad1bccd0da51d62c92507c5d Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Oct 2019 05:15:39 -0700 Subject: [PATCH] more CI testing --- .github/workflows/ci.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0be3e2ac..a1eb26c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,9 @@ jobs: export DEBIAN_FRONTEND=noninteractive sudo apt-add-repository -y ppa:deadsnakes/ppa sudo apt-get -y install python3.7 python3.7-dev python3-pip + pip3 install pylint - name: Run a multi-line script run: | echo Add other actions to build, - which python3 + python3 --version echo test, and deploy your project. diff --git a/README.md b/README.md index 49b49de5..98d22e73 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ The app framework powering BombSquad.. -https://github.com///workflows/CI/badge.svg +https://github.com/efroemling/ballistica/workflows/CI/badge.svg