Merge branch 'main' into feat/the-rewrite

This commit is contained in:
2024-05-06 17:16:12 +02:00
committed by GitHub
2 changed files with 15 additions and 1 deletions

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

View File

@@ -83,4 +83,4 @@ jobs:
with:
github_token: ${{ secrets.AUTOMATA_TOKEN }}
branch: 'main'
repository: 'sern-handler/sern-community'
repository: 'sern-handler/sern-community'