Skip to content

Work around permission errors #741

Work around permission errors

Work around permission errors #741

Workflow file for this run

name: Python app
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Prospector
run: prospector -X