Skip to content

[BUGFIX] Define explicit query intervals #45

[BUGFIX] Define explicit query intervals

[BUGFIX] Define explicit query intervals #45

Workflow file for this run

name: CGL
on:
push:
branches:
- main
- 'renovate/**'
pull_request:
branches:
- main
jobs:
cgl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Prepare environment
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3
cache: 'pip'
# Install dependencies
- name: Install dependencies
run: pip install -r requirements.txt -r requirements-dev.txt
# Linting
- name: Lint Editorconfig
run: ec -verbose
- name: Lint Python files
run: pylint *.py