mirror of
https://github.com/sern-handler/automata
synced 2026-06-16 21:02:23 +00:00
15 lines
271 B
YAML
15 lines
271 B
YAML
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
|