Skip to content

Commit faed7be

Browse files
committed
Add github CI and change conda-recipe files to .txt
1 parent 876f895 commit faed7be

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.github/workflows/tests-on-pr.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Tests on PR
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
workflow_dispatch:
9+
10+
jobs:
11+
validate:
12+
uses: Billingegroup/release-scripts/.github/workflows/_tests-on-pr.yml@v0
13+
with:
14+
project: diffpy.srfit
15+
c_extension: false
16+
headless: false
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)