Skip to content

Commit d73ba0a

Browse files
committed
* Changed groupId from com.github.cowwoc.requirements to io.github.cowwoc.requirements
* Added checkstyle checks. * Added pmd checks for tests.
1 parent c66d903 commit d73ba0a

File tree

284 files changed

+2729
-2165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+2729
-2165
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Build on push
2+
on: push
3+
concurrency:
4+
group: "${{ github.workflow }}-${{ github.ref }}"
5+
cancel-in-progress: true
6+
7+
jobs:
8+
build:
9+
name: Build
10+
uses: ./.github/workflows/reusable-build.yml
11+
secrets: inherit
12+
permissions:
13+
contents: read
14+
actions: read
15+
checks: write
16+
with:
17+
COMMIT_ID: ${{ github.ref }}
18+
FOR_RELEASE: false

.github/workflows/build.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)