Skip to content

Migrate CI/CD from CircleCI to GitHub Actions #1

Migrate CI/CD from CircleCI to GitHub Actions

Migrate CI/CD from CircleCI to GitHub Actions #1

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
workflow_dispatch:
jobs:
build_test:
uses: membraneframework/membrane_actions/.github/workflows/build-test.yml@main
lint:
uses: membraneframework/membrane_actions/.github/workflows/lint.yml@main
test:
uses: membraneframework/membrane_actions/.github/workflows/test.yml@main