From 96791163823738bdb950eb751373da2a93be729e Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 5 Jan 2024 14:56:38 +0530 Subject: [PATCH] chore(actions): add action to test setup-lune --- .github/workflows/action_test.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/action_test.yaml diff --git a/.github/workflows/action_test.yaml b/.github/workflows/action_test.yaml new file mode 100644 index 0000000..6771446 --- /dev/null +++ b/.github/workflows/action_test.yaml @@ -0,0 +1,20 @@ +name: Test setup-lune Action + +on: + push: + workflow_dispatch: + +jobs: + update: + name: Update setup-lune action + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - name: Run action + uses: CompeyDev/setup-lune@main + + - name: Run lune + run: lune --help