Skip to content

🚑 fix: incorrect main entry file path #21

🚑 fix: incorrect main entry file path

🚑 fix: incorrect main entry file path #21

Workflow file for this run

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