Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up JDK 11
uses: actions/setup-java@v2
Expand All @@ -23,7 +23,7 @@ jobs:
java-version: 11

- name: Cache Maven packages
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Collection of utilities related to amateur radio.
</dependency>

## Automated Build Process
This project uses GitHub Actions for continuous integration. The build process is triggered on push and pull request events for the `main` branch. The workflow file is located at `.github/workflows/maven.yml`.
This project uses GitHub Actions for continuous integration. The build process is triggered on push and pull request events for the `main` branch. The workflow file is located at `.github/workflows/maven.yml`.