Skip to content

Update Dockerfile.prod #4

Update Dockerfile.prod

Update Dockerfile.prod #4

Workflow file for this run

name: Lint
on: ['pull_request']
jobs:
js-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependecies
run: yarn install --immutable --immutable-cache --check-cache
- name: Run ESLint
run: yarn run lint