Skip to content

Commit b0b85a5

Browse files
khamilowiczclaude
andcommitted
Migrate CI from CircleCI to GitHub Actions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bd3bba4 commit b0b85a5

2 files changed

Lines changed: 16 additions & 38 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: ["**"]
6+
workflow_dispatch:
7+
8+
jobs:
9+
build_test:
10+
uses: membraneframework/membrane_actions/.github/workflows/build-test.yml@main
11+
12+
lint:
13+
uses: membraneframework/membrane_actions/.github/workflows/lint.yml@main
14+
15+
test:
16+
uses: membraneframework/membrane_actions/.github/workflows/test.yml@main

0 commit comments

Comments
 (0)