Skip to content

Merge pull request #68 from membraneframework/migrate-to-github-actions #7

Merge pull request #68 from membraneframework/migrate-to-github-actions

Merge pull request #68 from membraneframework/migrate-to-github-actions #7

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
with:
runner: ubuntu-24.04-arm