From f269a223181edf9f2c76149c9a6c3313bde8c161 Mon Sep 17 00:00:00 2001 From: Gokhun Celik Date: Sun, 14 Jul 2024 14:19:27 +0200 Subject: [PATCH] Fix linter path --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 750153a..3e5a355 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,4 +28,4 @@ jobs: - uses: restqa/gherkin-linter-action@0.0.1 with: path: "features/" - config: "features/.gherkin-lintrc" + config_file: "features/.gherkin-lintrc"