Skip to content

Commit

Permalink
Add package_and_test.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Nov 15, 2023
1 parent c40f258 commit 1aab024
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/package_and_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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

0 comments on commit 1aab024

Please sign in to comment.