Skip to content

[Snyk] Security upgrade mailgun-js from 0.6.7 to 0.22.0 #313

[Snyk] Security upgrade mailgun-js from 0.6.7 to 0.22.0

[Snyk] Security upgrade mailgun-js from 0.6.7 to 0.22.0 #313

Workflow file for this run

# Jobs to lint entire typescript base
name: Linting
# For both dev pushes and MRs to main
on:
push:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
# Ubuntu image for runner
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Npm Lint script
run: pwd && ls && npm i && npm run lint