Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Migrate from GitLab CI to GitHub Actions #48

@neelkamath

Description

@neelkamath
  1. Create a GitHub Actions workflow based on .gitlab-ci.yml. Name the workflow .github/workflows/workflow.yml. The workflow should run on pushes to the master branch, and on pull requests. Here's an example snippet:

    on:
      push:
        branches: [ master ]
      pull_request:
  2. Delete the GitLab CI file.

If you'd like to work on this, leave a comment saying something like "I'll work on this.", and you can begin without waiting for me to OK it. The point of writing the comment is to let others know that this issue has already been taken up.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions