BUG/MINOR: acme/cli: fix argument check and error in 'acme challenge_… #2043
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Contrib | |
| on: | |
| push: | |
| permissions: | |
| contents: read | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Compile admin/halog/halog | |
| run: | | |
| make admin/halog/halog | |
| - name: Compile dev/flags/flags | |
| run: | | |
| make dev/flags/flags | |
| - name: Compile dev/poll/poll | |
| run: | | |
| make dev/poll/poll | |
| - name: Compile dev/hpack | |
| run: | | |
| make dev/hpack/decode dev/hpack/gen-enc dev/hpack/gen-rht |