From aa64f3b8548893e276c97a4d40fe2702a7ed8313 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 31 Jul 2020 00:55:54 +0200 Subject: [PATCH] Better describe the steps in the check workflow --- .github/workflows/check.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1fb3926f..ca97a148 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -10,9 +10,11 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - name: Checkout the repository + uses: actions/checkout@v2 + - name: Install Python 3.8 + uses: actions/setup-python@v2 with: python-version: '3.8' - - name: Check everything + - name: Check all .py files run: python -m compileall royalpack