mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-07 11:29:10 +00:00
14 lines
248 B
YAML
14 lines
248 B
YAML
name: Scoop Test
|
|
on:
|
|
push:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: windows-2019
|
|
steps:
|
|
- name: Check out repo
|
|
uses: actions/checkout@v3
|
|
- name: Test
|
|
run: |
|
|
./test/scoop/entrypoint.ps1
|