mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
Add dummy workflow to enable GitHub Actions
This commit is contained in:
parent
7450e5763b
commit
5325d37d8a
7
.github/workflows/dummy.yml
vendored
Normal file
7
.github/workflows/dummy.yml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
name: dummy
|
||||
on: [push]
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- run: echo "Hello world"
|
||||
Loading…
Reference in New Issue
Block a user