Skip to content

Commit

Permalink
Fix GitHub actions "mvn editorconfig:check"
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Feb 24, 2025
1 parent 63e8525 commit a344764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ indent_size = 2

[*.tmLanguage]
indent_style = tab

3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Install metafacture-core-snapshots
run: |
cd ..
git clone https://github.com/metafacture/metafacture-core.git
cd metafacture-core
git checkout master
./gradlew publishToMavenLocal
cd ..
cd -
- name: Build with Maven
run: |
mvn install
Expand Down

0 comments on commit a344764

Please sign in to comment.