Skip to content

Commit

Permalink
Use subdirectory to prevent editorconfig to check metafacture-fix ins…
Browse files Browse the repository at this point in the history
…tallation (#1997)
  • Loading branch information
dr0i committed May 23, 2024
1 parent 9dfcaaa commit 829d1e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:
cd metafacture-fix
git checkout 1.0.0
./gradlew publishToMavenLocal
cd ..
cd ../..
- name: Build with Maven
run: |
mkdir build # prevents editorconfig to check also metafacture-fix
cd build
mvn install
mvn editorconfig:check
- name: Cache SBT
Expand Down

0 comments on commit 829d1e1

Please sign in to comment.