Move Envoy Common to common/ subdirectory

This commit is contained in:
2020-07-13 11:42:20 +02:00
parent fa2b1d56a4
commit b9311424df
58 changed files with 0 additions and 0 deletions

View File

@ -1,17 +0,0 @@
name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn -B package --file pom.xml