Skip to content

use get function to get forum post view url #259

use get function to get forum post view url

use get function to get forum post view url #259

Workflow file for this run

name: flake8 Lint
on: [push, pull_request]
jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v3
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
ignore: "E203,E266,W503"
exclude: "moodle_dl/moodle/moodle_constants.py"
max-line-length: "120"
path: "moodle_dl"