mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-11 22:21:02 +00:00
Docs ozgun (#55)
* add branch/release field to pallet template * don't run cargo tests on antora doc changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: "ci tests"
|
||||
name: "cargo tests"
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -7,9 +7,11 @@ on:
|
||||
- plain-cumulus-template
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- "**.adoc"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- "**.adoc"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
test-macos-and-windows:
|
||||
@@ -75,4 +77,4 @@ jobs:
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
Vendored
+4
-2
@@ -4,6 +4,8 @@
|
||||
|
||||
= Pallet Name link:https://google.com[{github-icon},role=heading-link]
|
||||
|
||||
== Branch/Release: `release-polkadot-v{x.x.x}`
|
||||
|
||||
== Purpose
|
||||
|
||||
This is a freeform description of the tasks that this pallet fulfills
|
||||
@@ -14,7 +16,7 @@ This is a freeform description of the tasks that this pallet fulfills
|
||||
|
||||
== Config
|
||||
|
||||
* `ConfigType` -- desription of config. Include the possible values if there is a set of them.
|
||||
* `ConfigType` -- description of config. Include the possible values if there is a set of them.
|
||||
|
||||
== Dispatchables
|
||||
|
||||
@@ -30,7 +32,7 @@ pub fn dispatchable_name(
|
||||
----
|
||||
Freeform description of the dispatchable. It is good to include the important things that should be included there.
|
||||
|
||||
// four following blocks show how to make a higlight of some information. It will become a styled block
|
||||
// four following blocks show how to make a highlight of some information. It will become a styled block
|
||||
|
||||
NOTE: This is how you state important information that should be acknowledged
|
||||
|
||||
|
||||
Reference in New Issue
Block a user