From 81d3f40e5af401bdfe75ff9d34bb20d5b09f68e9 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Oct 2019 04:55:41 -0700 Subject: [PATCH] more CI testing --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccc28304..821729ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Run a one-line script - run: echo Hello, world! + - name: Setup + run: pip3 install pylint - name: Run a multi-line script run: | echo Add other actions to build, - which pip3 + pylint --version echo test, and deploy your project.