CI: Add docs and document start
Add a document start and comment to help try to stop the readme from going stale. This removes a `yamllint` warning. While we are clearing lint warnings disable the one causing warning truthy value should be one of [false, true] (truthy) This is a know issue with GitHub actions yaml because `on` is a yaml keyword, or something like that.
This commit is contained in:
parent
62ba10503a
commit
c5af52847b
|
@ -1,4 +1,5 @@
|
|||
on:
|
||||
--- # rust-bitcoin CI: If you edit this file please update README.md
|
||||
on: # yamllint disable-line rule:truthy
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue