Skip to content

Commit c89b7a2

Browse files
committed
skeleton for ci
1 parent 205dd56 commit c89b7a2

5 files changed

Lines changed: 13 additions & 150 deletions

File tree

.github/workflows/Lint-and-test.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: rust.yaml
2+
on: push
3+
4+
jobs:

.github/workflows/lint-and-test-nightly.yml

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

.github/workflows/python-publish.yml

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

.github/workflows/rust.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: rust.yaml
2+
on:
3+
workflow_call:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
jobs:

0 commit comments

Comments
 (0)