diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 65637f6..e3612d0 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -15,13 +15,13 @@ jobs: python-version: 3.12 architecture: x64 - - name: Install dependencies + - name: Install build-time dependencies run: | python -m pip install --upgrade pip pip install setuptools wheel build bandit flake8 - - name: Linting - run: flake8 phorcys tests + - name: Linting for source code + run: flake8 phorcys - name: Static security analysis run: bandit -c pyproject.toml -r phorcys