This PR adds a GitHub Actions workflow to the repository. The workflow is triggered whenever a new pull request is made and performs code compatibility and security checks. If all checks pass, the workflow automatically merges the pull request into the main branch.
Summary of Changes
Added .github/workflows/main.yml file to define the GitHub Actions workflow.
Configured the workflow to install dependencies, run tests, and check for security vulnerabilities.
Added conditional steps to only merge the pull request if all checks pass.
Fixes #4.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/add-github-actions-workflow
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.
Description
This PR adds a GitHub Actions workflow to the repository. The workflow is triggered whenever a new pull request is made and performs code compatibility and security checks. If all checks pass, the workflow automatically merges the pull request into the main branch.
Summary of Changes
.github/workflows/main.yml
file to define the GitHub Actions workflow.Fixes #4.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.