UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

10 lines (9 loc) 168 B
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