We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b801021 commit fb06edeCopy full SHA for fb06ede
1 file changed
.github/workflows/linting.yml
@@ -26,12 +26,12 @@ jobs:
26
- uses: actions/checkout@v2
27
- uses: pipeline-components/remark-lint@master
28
with:
29
- args: remark --rc-path=build/.remarkrc --ignore-pattern='*/vendor/*' .
+ options: --rc-path=build/.remarkrc --ignore-pattern='*/vendor/*'
30
31
lint-yaml:
32
runs-on: ubuntu-20.04
33
steps:
34
35
- - uses: "docker://pipelinecomponents/yamllint:latest"
+ - uses: pipeline-components/yamllint@master
36
37
- args: yamllint --config-file=build/.yamllint .
+ options: --config-file=build/.yamllint
0 commit comments