Skip to content

Merge pull request #15 from nofaukost/add-license #9

Merge pull request #15 from nofaukost/add-license

Merge pull request #15 from nofaukost/add-license #9

Workflow file for this run

name: CI\n\non:\n push:\n branches: [main]\n pull_request:\n branches: [main]\n\njobs:\n lint:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - uses: actions/setup-python@v5\n with:\n python-version: '3.11'\n - run: pip install flake8\n - run: flake8 . --max-line-length=120 --exclude=venv,.git,__pycache__

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax