Skip to content

council flag and 2/3 checks #186

council flag and 2/3 checks

council flag and 2/3 checks #186

Workflow file for this run

#name: push-main
#
#on:
# push:
# branches:
# - main
#
#jobs:
# docker:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2
#
# - name: Build optimized jar
# run: ./gradlew clean build optimizedJar