Skip to content

Introduction to GitHub Actions for Analysts and Engineers

This session of the BTEP Coding Club featured guest speaker Kelly Sovacool, PhD, a Bioinformatics Software Engineer with the CCR Collaborative Bioinformatics Resource, who showed us the basics of creating GitHub Actions workflows.

Github Actions is an automation platform within Github that executes lightweight workflows for continuous integration & deployment; this can help you automate repetitive tasks like formatting code, running tests, publishing reports, and more. See below.

Tutorial Documentation

Tutorial documentation is at https://sovacool.dev/gh-actions-demo/.

Additional Resources

Related resources can be found here.