Skip to content

CI/CD via GitHub Actions

Compare
Choose a tag to compare
@viperior viperior released this 25 Feb 21:28
· 213 commits to main since this release
v0.2.0
4cc89df

New features

  • Configure a FUNDING.yml that integrates with GitHub's Sponsors functionality (#2)
  • Configure a GitHub Action that runs the test suite using pytest (#3)
  • Display a badge in the project readme with the status of the latest GitHub Actions build workflow (#6)
  • Configure a GitHub Actions workflow that performs CodeQL analysis (#7)

Issues fixed

  • Remove static reference to project name (#5)

Improvements

  • Rename the GitHub actions workflow to build from Python application