Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 276 Bytes

File metadata and controls

executable file
·
10 lines (7 loc) · 276 Bytes

Use Case: Continuous Integration

Demonstrating continuous integration with GitHub Actions

Files include:

  • Python web app and requirements.txt
  • Dockerfile for creating a container for the app
  • Workflow for calling Actions on push
  • Local action for linting and testing