Skip to content

Commit fb06ede

Browse files
committed
Change linting from docker to GHA component.
1 parent b801021 commit fb06ede

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- uses: pipeline-components/remark-lint@master
2828
with:
29-
args: remark --rc-path=build/.remarkrc --ignore-pattern='*/vendor/*' .
29+
options: --rc-path=build/.remarkrc --ignore-pattern='*/vendor/*'
3030

3131
lint-yaml:
3232
runs-on: ubuntu-20.04
3333
steps:
3434
- uses: actions/checkout@v2
35-
- uses: "docker://pipelinecomponents/yamllint:latest"
35+
- uses: pipeline-components/yamllint@master
3636
with:
37-
args: yamllint --config-file=build/.yamllint .
37+
options: --config-file=build/.yamllint

0 commit comments

Comments
 (0)