Skip to content

#54 Swedish translation to superdatepickeri18n.properties (#507) #453

#54 Swedish translation to superdatepickeri18n.properties (#507)

#54 Swedish translation to superdatepickeri18n.properties (#507) #453

Workflow file for this run

name: Code Quality
on:
pull_request:
branches: [master, development]
push:
branches: [master, development, java-8]
jobs:
code_scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: 17
distribution: temurin
- name: Scan on SonarCloud.io
run: mvn verify sonar:sonar -Psonar --file superfields/pom.xml
env:
SONAR_TOKEN: ${{ secrets.SONARCLOUD_IO_LOGIN_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}