summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2021-07-04 22:43:41 +0300
committerGitHub <noreply@github.com>2021-07-04 22:43:41 +0300
commitf584bd06ab388707d411c89469871106e3d406e2 (patch)
tree457f5c41512643dbbd709ff0c4d161e765e9901a
parentd6f31838757d3a490b3d368994115875eed798c9 (diff)
parentdc5fb6b7e246c132ed71f7add3b2919793d0e4a3 (diff)
downloadpry-f584bd06ab388707d411c89469871106e3d406e2.tar.gz
Merge pull request #2210 from pry/yard-lint-fix
.github/workflows/test: fix YARD linting
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fe6bf10c..8ee4e0ff 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
run: which rubocop && bundle exec rubocop || true
- name: YARD lint
- run: >-
+ run: |
touch README # Workaround for "incorrect" links in README.md
bundle exec yardoc --fail-on-warning --no-progress --readme=README