Skip to content

Testing-87-linters-github-ci-pull_request-87-linters-github-ci-main #13

Testing-87-linters-github-ci-pull_request-87-linters-github-ci-main

Testing-87-linters-github-ci-pull_request-87-linters-github-ci-main #13

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Lint Demo
run-name: Testing-${{ github.head_ref}}-${{ github.event_name }}-${{ github.event.pull_request.head.ref }}-${{ github.event.pull_request.base.ref }}
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: "Build with Maven"
steps:
- run: echo "${{ toJson(github) }}"