doc: Tor control auth cookie file must be group readable #189
Workflow file for this run
This file contains 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: OpenAPI Diff | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out head branch | |
uses: actions/checkout@v2 | |
with: | |
path: head | |
- name: Check out master branch | |
uses: actions/checkout@v2 | |
with: | |
ref: master | |
path: base | |
- name: Run OpenAPI Diff (from HEAD revision) | |
uses: mvegter/[email protected] | |
with: | |
head-spec: head/docs/api/wallet-rpc.yaml | |
base-spec: base/docs/api/wallet-rpc.yaml |