mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 06:48:04 +00:00
Nightly addrcheck (#63)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Missing address entries
|
||||
labels: ['ci', '@all.json']
|
||||
---
|
||||
|
||||
cc @polkadot-js/notifications
|
||||
|
||||
Additional entries for addresses have been detected.
|
||||
|
||||
Check the nightly cron output or run `yarn phishing:addrcheck` locally. The output as found from the test includes:
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Phishing missing cross-check entries
|
||||
title: Missing cross-check entries
|
||||
labels: ['ci', '@all.json']
|
||||
---
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@ jobs:
|
||||
run: |
|
||||
yarn install --immutable | grep -v 'YN0013'
|
||||
yarn phishing:crosscheck
|
||||
|
||||
- name: issue
|
||||
if: ${{ failure() }}
|
||||
uses: JasonEtco/create-an-issue@v2
|
||||
@@ -22,3 +21,21 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
||||
with:
|
||||
filename: .github/crosscheck.md
|
||||
|
||||
addrcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: check
|
||||
env:
|
||||
CI_LOG: 123
|
||||
run: |
|
||||
yarn install --immutable | grep -v 'YN0013'
|
||||
yarn phishing:addrcheck
|
||||
- name: issue
|
||||
if: ${{ failure() }}
|
||||
uses: JasonEtco/create-an-issue@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
||||
with:
|
||||
filename: .github/addrcheck.md
|
||||
|
||||
Reference in New Issue
Block a user