We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0429d commit 63630f9Copy full SHA for 63630f9
.github/workflows/code-quality.yml
@@ -9,4 +9,4 @@ on:
9
10
jobs:
11
code-quality:
12
- uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@add-gherkin-linter
+ uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main
.github/workflows/reusable-code-quality.yml
@@ -81,7 +81,7 @@ jobs:
81
uses: actions/setup-node@v4
82
83
- name: Download lint rules
84
- run: curl https://raw.githubusercontent.com/wp-cli/.github/refs/heads/add-gherkin-linter/.gherkin-lintrc -o $RUNNER_TEMP/.gherkin-lintrc
+ run: curl https://raw.githubusercontent.com/wp-cli/.github/refs/heads/main/.gherkin-lintrc -o $RUNNER_TEMP/.gherkin-lintrc
85
86
- name: Run linter
87
run: npx --yes gherkin-lint -c $RUNNER_TEMP/.gherkin-lintrc
0 commit comments