Skip to content

update

update #67

Workflow file for this run

name: build
on: [ push, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[no-ci]')"
env:
ALLREP_TOKEN: "${{secrets.ALLREP_TOKEN}}"
TOKEN: "${{secrets.ALLREP_TOKEN}}"
CI: "true"
steps:
- uses: actions/checkout@v3.5.3
################################################################################
- name: "build"
run: ./gradlew --info --scan