Skip to content

feat(plugins): sonar plugin added #287

feat(plugins): sonar plugin added

feat(plugins): sonar plugin added #287

Workflow file for this run

---
name: Docker Build
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build Image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- run: docker-compose build