Skip to content

Commit

Permalink
Ci revival
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-corregiari committed Nov 6, 2023
1 parent 8909f0c commit e8378ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/prepare.yml → .github/actions/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: 'Setup Checkout, JDK and Gradle'
name: setup-git-jdk-gradle
description: "Sets up this repository clone, the JDK and the gradle"

runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- toolkit:recycler-adapter
- toolkit:statemachine
steps:
- uses: actions/prepare
- uses: actions/setup-git-jdk-gradle

- name: Lint ${{ matrix.module }}
run: ./gradlew :${{ matrix.module }}:lint
Expand Down

0 comments on commit e8378ac

Please sign in to comment.