We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fb7cf commit 5958ec2Copy full SHA for 5958ec2
.github/workflows/test.yml
@@ -12,6 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
steps:
14
- uses: actions/checkout@v4
15
+ - run: sudo apt-get install asciidoctor
16
- uses: hadolint/[email protected]
17
with:
18
dockerfile: Containerfile
0 commit comments