Skip to content

Bump ejs from 3.1.7 to 3.1.10 #1178

Bump ejs from 3.1.7 to 3.1.10

Bump ejs from 3.1.7 to 3.1.10 #1178

Workflow file for this run

name: Eslint
on:
push:
branches: [master]
paths-ignore:
- '.github/**'
- 'README.md'
- 'SECURITY.md'
- 'TERMS.md'
- 'privacy.md'
- 'CONTRIBUTING.md'
pull_request:
branches:
- '*'
paths-ignore:
- '.github/**'
- 'docker-publish.yml'
- 'README.md'
- 'SECURITY.md'
- 'TERMS.md'
- 'privacy.md'
- 'CONTRIBUTING.md'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run lint