Skip to content

Adding maven build logic #1

Adding maven build logic

Adding maven build logic #1

Workflow file for this run

run-name: maven-ci-build
on:
pull_request:

Check failure on line 4 in .github/workflows/maven-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/maven-build.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches:
- main
path-ignore:
- '.git/**'
- '.github/**'
jobs:
maven-build:
runs-on: ubuntu-latest
steps:
- name: Running Maven Test
run: echo "The username is $${{ input.username }}"