tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
name: Sync Master
|
||||
on:
|
||||
push: { branches: main }
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
uses: bats-core/.github/.github/workflows/sync-master.yml@v1
|
||||
@@ -0,0 +1,9 @@
|
||||
name: Test
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
uses: bats-core/.github/.github/workflows/test.yml@v1
|
||||
Reference in New Issue
Block a user