mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
21 lines
338 B
YAML
21 lines
338 B
YAML
|
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
|