mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
chore(actions): add action to test setup-lune
This commit is contained in:
parent
e71d29adb0
commit
9679116382
1 changed files with 20 additions and 0 deletions
20
.github/workflows/action_test.yaml
vendored
Normal file
20
.github/workflows/action_test.yaml
vendored
Normal 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
|
Loading…
Reference in a new issue