Skip to content
Merged
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
6 changes: 2 additions & 4 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Actionlint

on:
pull_request:
paths:
- ".github/workflows/**"
push:
paths:
- ".github/workflows/**"
branches:
- main
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>name.krot</groupId>
<artifactId>java-algorithms-showcase</artifactId>
<version>1.1</version>
<version>1.2</version>
<name>Java Algorithms &amp; Reliability Showcase</name>
<description>Java reference implementations for algorithms and transaction validation: property-based tests, CI, CodeQL, and static quality gates.</description>
<url>https://github.com/krotname/JavaAlgorithmsShowcase</url>
Expand Down