Skip to content

Add npm install in dockerfile #294

Add npm install in dockerfile

Add npm install in dockerfile #294

Workflow file for this run

on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout panther-analysis
uses: actions/checkout@v4
- name: Set python version
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install pipenv
run: pip install pipenv
- name: Install
run: make install
- name: Setup venv
run: make venv
- name: make lint
run: make lint