Create test.yml

This commit is contained in:
2024-05-05 20:32:24 +02:00
committed by GitHub
parent 47ea9d6e61
commit 25e8704116

14
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Test
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Hello World
run: echo "Hello World"
- name: cat .yarnrc.yml
run: cat .yarnrc.yml