Skip to content

feat: Packaged script in container #5

feat: Packaged script in container

feat: Packaged script in container #5

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
# - name: Black
# uses: dciborow/[email protected]
# with:
# black: true
# - name: Bandit
# uses: dciborow/[email protected]
# with:
# bandit: true
- name: Pylint
uses: dciborow/[email protected]
with:
pylint: true
# - name: Pyright
# uses: dciborow/[email protected]
# with:
# pyright: true
- name: Flake8
uses: dciborow/[email protected]
with:
flake8: true