Skip to content

Added dark theme logo #26

Added dark theme logo

Added dark theme logo #26

Workflow file for this run

name: Test
on:
push:
branches:
- main
- dev
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out project
uses: actions/checkout@v3
- name: Set up Python # needed for running Ansible in tests
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: zulu # https://www.azul.com/downloads/?package=jdk
- name: Run all validation checks
uses: gradle/gradle-build-action@v2
with:
arguments: check