Skip to content

build: add github workflows #1

build: add github workflows

build: add github workflows #1

Workflow file for this run

name: pylint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: snok/install-poetry@v1
- run: poetry install --with=development
- run: poetry run pylint src/apollon --persistent n