Skip to content

Allow Testcontainers to create DockerConfigFile from json using Jackson #2

Allow Testcontainers to create DockerConfigFile from json using Jackson

Allow Testcontainers to create DockerConfigFile from json using Jackson #2

Workflow file for this run

name: "Check code style"
on: [push, pull_request]
jobs:
checkstyle:
if: github.repository == 'oracle/graalvm-reachability-metadata'
name: "📋 Check style according to checkstyle.xml"
runs-on: "ubuntu-20.04"
timeout-minutes: 15
steps:
- name: "☁️ Checkout repository"
uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: "🔧 Prepare environment"
uses: graalvm/setup-graalvm@v1
with:
version: 'latest'
java-version: '17'
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: ./gradlew checkstyle