Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(python): github workflow #13

Merged
merged 7 commits into from
Aug 9, 2024
Merged

build(python): github workflow #13

merged 7 commits into from
Aug 9, 2024

Conversation

jo-elimu
Copy link
Member

@jo-elimu jo-elimu commented Aug 9, 2024

resolves #9

@jo-elimu jo-elimu self-assigned this Aug 9, 2024
@jo-elimu jo-elimu requested a review from a team as a code owner August 9, 2024 10:37
@jo-elimu jo-elimu linked an issue Aug 9, 2024 that may be closed by this pull request
```bash
Run # stop the build if there are Python syntax errors or undefined names
  # stop the build if there are Python syntax errors or undefined names
  flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
  # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
  shell: /usr/bin/bash -e {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.9.19/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.19/x64/lib
0
./prepare_data.py:15:43: W292 no newline at end of file
1     W292 no newline at end of file
1
```

refs #9
@jo-elimu jo-elimu merged commit 1369b98 into main Aug 9, 2024
3 checks passed
@jo-elimu jo-elimu deleted the 9-add-github-workflow branch August 9, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add GitHub workflow
2 participants