From e8429542e448791bfae2d1b340079dceb49dd7cb Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 16:28:51 -0500 Subject: [PATCH] test run --- .github/workflows/george.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/george.yaml diff --git a/.github/workflows/george.yaml b/.github/workflows/george.yaml new file mode 100644 index 00000000..ae3cc983 --- /dev/null +++ b/.github/workflows/george.yaml @@ -0,0 +1,11 @@ +steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Setup Java + uses: actions/setup-java@v4 + + - name: Use custom workflow from nm-actions + uses: neuralmagic/nmstore@pilot + with: + workflow-file: workflow/common/quality-check.yaml \ No newline at end of file