Skip to content

Sp24 628 example drawings could show inappropriate drawings #188

Sp24 628 example drawings could show inappropriate drawings

Sp24 628 example drawings could show inappropriate drawings #188

Workflow file for this run

name: Lint - tekniskback-mp
# Run the workflow on every pull-request
on:
pull_request:
jobs:
run-linter:
name: Run linter
runs-on: ubuntu-latest
steps:
- name: Checkout out git repo
uses: actions/checkout@v2
- name: Set up Python version
uses: actions/setup-python@v1
with:
python-version: "3.7"
- name: Install dependencies
run: pip install flake8