version: '3.8'

services:
  lint:
    build:
      context: .
      target: lint
      args:
        GITHUB_NPM_TOKEN: $GITHUB_NPM_TOKEN

  test:
    build:
      context: .
      target: test
      args:
        GITHUB_NPM_TOKEN: $GITHUB_NPM_TOKEN
