Compare commits
No commits in common. "38d5396d0881c69c2182f7fd720201d57b7b574f" and "da04b93dd873d19fb3decb2e610754f3c9abcaa0" have entirely different histories.
38d5396d08
...
da04b93dd8
1 changed files with 3 additions and 5 deletions
8
.github/workflows/bld.yml
vendored
8
.github/workflows/bld.yml
vendored
|
@ -24,13 +24,11 @@ jobs:
|
|||
distribution: "zulu"
|
||||
java-version: ${{ matrix.java-version }}
|
||||
|
||||
- name: List directory
|
||||
working-directory: examples
|
||||
run: dir
|
||||
|
||||
- name: Download dependencies [examples]
|
||||
working-directory: examples
|
||||
run: ./bld download
|
||||
run:
|
||||
- dir
|
||||
- ./bld download
|
||||
|
||||
- name: Run Detekt [examples]
|
||||
working-directory: examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue