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 171e56a commit b5406e4Copy full SHA for b5406e4
.github/workflows/ci.yaml
@@ -21,4 +21,4 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v1
24
- - uses: "cd tests && make check-component-features"
+ - run: "cd tests && make check-component-features"
0 commit comments