Skip to content

feat: complied with google api 1 req/sec rate, optimised testing #87

feat: complied with google api 1 req/sec rate, optimised testing

feat: complied with google api 1 req/sec rate, optimised testing #87

Workflow file for this run

name: Snyk Security Check
on: [push,pull_request]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}