Skip to content

Commit 8cae385

Browse files
committed
[250] Add automated testing using GitHub Actions
1 parent 70a3aad commit 8cae385

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: build-and-test-plugin
2+
3+
on: [push, pull_request]
4+
5+
defaults:
6+
run:
7+
shell: bash
8+
9+
jobs:
10+
build_and_test_plugin_using_default_matrix:
11+
uses: irods/irods_reusable_github_workflows/.github/workflows/build-and-test-plugin-matrix.yml@main

0 commit comments

Comments
 (0)