Skip to content

Update docker.yml

Update docker.yml #6

Workflow file for this run

name: Pylint
on: [push]
jobs:
python-lint:
runs-on: ubuntu-latest
name: CI workflow
steps:
- name: checkout source repo
uses: actions/checkout@main
- name: linting
uses: programmingwithalex/pylinter@main