Add crosscheck action (#13)

This commit is contained in:
Jaco Greeff
2020-10-18 12:51:49 +02:00
committed by GitHub
parent a6460eca2b
commit f5da2f14c7
6 changed files with 103 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
---
title: Phishing missing cross-check entries
labels: ci
---
Additional entries have been detected in other databases.
Check the nightly cron output or run `yarn phishing:crosscheck` locally. The output as found from the test includes:
+24
View File
@@ -0,0 +1,24 @@
name: crosscheck
on:
schedule:
- cron: '45 4 * * *'
jobs:
ss58:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: check
env:
CI_LOG: 123
run: |
yarn install --immutable | grep -v 'YN0013'
yarn phishing:crosscheck
- name: issue
if: ${{ failure() }}
uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
with:
filename: .github/crosscheck.md