Skip to content

Added github workflow action to deploy changes on "push" #3

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

Merged
merged 14 commits into from
Aug 26, 2020

Conversation

kgashok
Copy link
Contributor

@kgashok kgashok commented Aug 26, 2020

No description provided.

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why these? They'd be pretty common for actual code, but in this case, we're only building Shinx docs.

Copy link
Owner

@PythonCHB PythonCHB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might as well give it a try.

- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "2.7"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some of thjat code is old, but we probably should go to py3 now

@@ -0,0 +1,26 @@
name: Code Quality
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I"m not sure running flake8u in this is worth it -- this isn't really a code project.

It would be nice to clean up all the code samples -- some of them are pretty old, but I dont hink we need to run a linter on every merge.

@PythonCHB PythonCHB merged commit 4f7fd89 into PythonCHB:master Aug 26, 2020
@kgashok
Copy link
Contributor Author

kgashok commented Aug 27, 2020

W.r.t to flake8, I just got carried away with playing with that github action workflow.
Please ignore!

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.

3 participants