Skip to content

Commit

Permalink
Use reusable workflow from hyperspy organisation for the package and …
Browse files Browse the repository at this point in the history
…test workflow
  • Loading branch information
ericpre committed Dec 1, 2023
1 parent 61a7757 commit 6ea83df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 86 deletions.
86 changes: 0 additions & 86 deletions .github/workflows/build.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/package_and_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Package & Test

on: [push, pull_request]

jobs:
package_and_test:
name: Package and Test
# Use the "reusable workflow" from the hyperspy organisation
uses: hyperspy/.github/.github/workflows/package_and_test.yml@main
with:
module_name: rsciio

0 comments on commit 6ea83df

Please sign in to comment.