We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9f258 commit 9145239Copy full SHA for 9145239
2 files changed
Dockerfile
action.yml
@@ -5,5 +5,8 @@ branding:
5
icon: book
6
color: yellow
7
runs:
8
- using: docker
9
- image: Dockerfile
+ using: composite
+ steps:
10
+ - name: Activate the problem matcher
11
+ run: echo '::add-matcher::${{ github.action_path }}/sphinx_matcher.json'
12
+ shell: sh
0 commit comments