mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Add simple test workflow to verify GitHub Actions recognition
This commit is contained in:
parent
b029a84fe4
commit
9668e348d8
1 changed files with 11 additions and 0 deletions
11
.github/workflows/test-simple.yml
vendored
Normal file
11
.github/workflows/test-simple.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: Test Simple
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Test
|
||||
run: echo "Hello World"
|
||||
Loading…
Add table
Add a link
Reference in a new issue