UNPKG
check-ethereum-scanner
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Safety checks for new Ethereum tokens
check-ethereum-scanner
/
Ethereum-Renounced-Contract-Scanner-backup
/
node_modules
/
blakejs
/
.github
/
workflows
/
ci.yml
10 lines
(9 loc)
•
168 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
name:
Lint
and
Unit
Test
on:
[
push
]
jobs:
test:
runs-on:
ubuntu-latest
steps:
-
uses:
actions/checkout@v2
-
run:
npm
ci
-
run:
npm
run
test