Skip to content

Merge pull request #55 from oev-berlin/feat/sonarqube-branch-plugin-s… #142

Merge pull request #55 from oev-berlin/feat/sonarqube-branch-plugin-s…

Merge pull request #55 from oev-berlin/feat/sonarqube-branch-plugin-s… #142

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: Validate commit message
run: |
npx commitlint --from=HEAD~1
- name: Verify eslint
run: |
npm run lint