Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 authored May 5, 2024
1 parent 47ea9d6 commit 25e8704
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 25e8704

Please sign in to comment.