mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
Merge branch 'main' into feat/the-rewrite
This commit is contained in:
14
.github/workflows/test.yml
vendored
Normal file
14
.github/workflows/test.yml
vendored
Normal 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
|
||||
2
.github/workflows/website-bot-update.yml
vendored
2
.github/workflows/website-bot-update.yml
vendored
@@ -83,4 +83,4 @@ jobs:
|
||||
with:
|
||||
github_token: ${{ secrets.AUTOMATA_TOKEN }}
|
||||
branch: 'main'
|
||||
repository: 'sern-handler/sern-community'
|
||||
repository: 'sern-handler/sern-community'
|
||||
|
||||
Reference in New Issue
Block a user