Skip to content

Commit d776d07

Browse files
committed
format
1 parent 966bf7e commit d776d07

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/formalities.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Codestyle etc.
22

3-
on: [pull_request]
3+
on: [ pull_request ]
44

55
jobs:
66
check-formatting:

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
framework: [Soot, SootUp, Opal]
17+
framework: [ Soot, SootUp, Opal ]
1818
runs-on: ubuntu-latest
1919
steps:
20-
- name: Checkout source code
21-
uses: actions/checkout@v4
22-
- name: Set up JDK 11
23-
uses: actions/setup-java@v4
24-
with:
20+
- name: Checkout source code
21+
uses: actions/checkout@v4
22+
- name: Set up JDK 11
23+
uses: actions/setup-java@v4
24+
with:
2525
distribution: adopt
2626
java-package: jdk
2727
java-version: 11
28-
- name: Build with Maven
29-
run: mvn -B clean verify -DtestSetup=${{ matrix.framework }}
28+
- name: Build with Maven
29+
run: mvn -B clean verify -DtestSetup=${{ matrix.framework }}

0 commit comments

Comments
 (0)