rcf49 / draft_zone

Sandbox of code snippets for future reference
https://rcf49.github.io/draft_zone/
0 stars 0 forks source link

Implement GitHub Actions to test and push Python scripts #3

Closed rcf49 closed 11 months ago

rcf49 commented 11 months ago

Utilize GitHub Actions for testing Python scripts, plus running a Python script, writing to a file, and pushing that new change.

rcf49 commented 11 months ago

Finally got this to work. Actions listed here: https://github.com/rcf49/draft_zone/actions

Python action:

In a workflow, can run multiple jobs in parallel or in sequence. Will continue in #4