Skip to content

Bump codelyzer from 6.0.1 to 6.0.2 #424

Bump codelyzer from 6.0.1 to 6.0.2

Bump codelyzer from 6.0.1 to 6.0.2 #424

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Docker Build
run: |
docker run -t $(docker build -q .) bash -c 'ls -la dist'