Skip to content

Commit

Permalink
Fix rebase mess
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Sep 1, 2023
1 parent e10b3c3 commit f8b0b05
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,3 @@ jobs:
secrets: inherit
with:
project-name: log4j-tools
jobs:

build:

runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]

steps:

- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0

- name: Set up Java
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.7.0
with:
distribution: temurin
java-version: 17
java-package: jdk
architecture: x64
cache: maven

0 comments on commit f8b0b05

Please sign in to comment.