We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb51a59 commit a22ecdaCopy full SHA for a22ecda
.github/workflows/ci.yml
@@ -17,12 +17,12 @@ jobs:
17
cd applications;
18
wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/LunoKit.md";
19
cd ../maintenance;
20
- wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/maintenance/wasm-opt-for-rust.md"
+ wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/maintenance/substrate-interface-maintenance.md"
21
- name: Test action with normal application
22
uses: ./
23
with:
24
path: applications/LunoKit.md
25
- name: Test action with maintenance application
26
27
28
- path: maintenance/wasm-opt-for-rust.md
+ path: maintenance/substrate-interface-maintenance.md
0 commit comments