Skip to content

chore: Update Dockerfile to use environment variable for SonarQube URL #15

chore: Update Dockerfile to use environment variable for SonarQube URL

chore: Update Dockerfile to use environment variable for SonarQube URL #15

Workflow file for this run

name: Validate
on: [push]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: echo -n '' > .dockerignore
- uses: actions/[email protected]
with:
node-version: '14.18.1'
- name: NPM Install
run: |
npm install
- name: Verify eslint
run: |
npm run lint