chore(actions): add action to test setup-lune

This commit is contained in:
Erica Marigold 2024-01-05 14:56:38 +05:30 committed by GitHub
parent e71d29adb0
commit 9679116382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
.github/workflows/action_test.yaml vendored Normal file
View file

@ -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