Create .hf/workflows/examples.yaml
Browse files
.hf/workflows/examples.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: example
|
2 |
+
|
3 |
+
jobs:
|
4 |
+
example:
|
5 |
+
image: Dockerfile
|
6 |
+
args:
|
7 |
+
- name: test
|
8 |
+
type: string
|