Skip to content

modernize docker-compose.prod.yml #1170

modernize docker-compose.prod.yml

modernize docker-compose.prod.yml #1170

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