Skip to content

JarneClauw is running backend linter πŸš€ #425

JarneClauw is running backend linter πŸš€

JarneClauw is running backend linter πŸš€ #425

name: UGent-3-backend-linter
run-name: ${{ github.actor }} is running backend linter πŸš€
on:
pull_request:
paths:
- 'backend/**'
jobs:
Backend-tests:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'pip'
- name: Run linting
working-directory: ./backend
run: find . -type f -name "*.py" | xargs pylint