We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d82b0 commit f261ebaCopy full SHA for f261eba
.github/workflows/test.yaml
@@ -4,7 +4,6 @@ on:
4
branches: [main]
5
paths-ignore:
6
- "examples/**"
7
- - "README.md"
8
- "CONTRIBUTING.md"
9
workflow_dispatch:
10
README.md
@@ -82,7 +82,6 @@ hello = Root(store)
82
print(f"component says: {hello.hello(store)}")
83
EOF
84
```
85
-test_change
86
87
And finally run it:
88
0 commit comments