Skip to content

Testing-87-linters-github-ci-- #14

Testing-87-linters-github-ci--

Testing-87-linters-github-ci-- #14

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.head_commit.message }}
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: "Build with Maven"
steps:
- run: echo "${{ toJson(github) }}"