Skip to content

[RFR] [TA] Add test for importing .csv file with missing application name #1888

[RFR] [TA] Add test for importing .csv file with missing application name

[RFR] [TA] Add test for importing .csv file with missing application name #1888

Workflow file for this run

name: Code formatting
on: pull_request
jobs:
build:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install .
- run: npm run check