Skip to content

Commit

Permalink
Enable all files for rewrite.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 12, 2024
1 parent 17b4109 commit 171d6b9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/rewrite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: 'OpenRewrite'

on:
push:
branches:
- main
pull_request:

jobs:
coverage:

runs-on: ubuntu-latest
name: Run open rewrite

steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
check-latest: true
cache: 'maven'
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.9
- name: Run open-rewrite
run: mvn -V --color always -ntp clean verify rewrite:run
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,6 @@
<exclusions>
<exclusion>**/docker/**</exclusion>
<exclusion>**/AbstractComparableTest.java</exclusion>
<exclusion>**/AbstractEqualsTest.java</exclusion>
<exclusion>**/EnsureTest.java</exclusion>
<exclusion>**/ResourceExtractorTest.java</exclusion>
</exclusions>
<activeRecipes>
<recipe>org.openrewrite.maven.BestPractices</recipe>
Expand Down

0 comments on commit 171d6b9

Please sign in to comment.