Skip to content

Remove redundant badges from README.md #138

Remove redundant badges from README.md

Remove redundant badges from README.md #138

Workflow file for this run

name: Build
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
main:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- name: Check out
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar