mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-04-29 05:05:32 +08:00
ci: fix code checks
This commit is contained in:
5
.github/workflows/code-checks.yml
vendored
5
.github/workflows/code-checks.yml
vendored
@@ -170,11 +170,8 @@ jobs:
|
||||
with:
|
||||
node-version: 14.x
|
||||
|
||||
- name: Install ajv-cli
|
||||
runs: yarn global add ajv-cli
|
||||
|
||||
- name: Validate message schema
|
||||
runs: ajv-cli validate -s scripts/wallet-comms.schema.json -d wallet-comms.json
|
||||
run: npx ajv-cli validate -s config/wallet-comms.schema.json -d config/wallet-comms.json
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
},
|
||||
"publishedAt": {
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
"description": "Estimate date time at which the message has been published"
|
||||
},
|
||||
"learnMoreUrl": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { Outlet } from 'react-router-dom';
|
||||
import { Box, Stack } from '@stacks/ui';
|
||||
import { Stack } from '@stacks/ui';
|
||||
import { PopupContainer } from '@components/popup/container';
|
||||
import { Header } from '@components/header';
|
||||
import { BalancesAndActivity } from '@features/balances-and-activity';
|
||||
|
||||
@@ -77,6 +77,7 @@ const PostConditionsList = () => {
|
||||
/>
|
||||
);
|
||||
}
|
||||
return;
|
||||
})}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user