Skip to content

feat: Update cron interval and README #6

feat: Update cron interval and README

feat: Update cron interval and README #6

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