Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
#1 Added Jackson support
Browse files Browse the repository at this point in the history
* refactoring GitHub Actions
  • Loading branch information
Victor Alenkov committed Dec 5, 2021
1 parent 6f2f397 commit 5ee1772
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- pull_request

jobs:
checkstyle:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -15,7 +15,7 @@ jobs:
java-version: '11'
distribution: 'liberica'

- name: Detekt
- name: Check
uses: gradle/gradle-build-action@v2
with:
arguments: check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/detekt-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
- pull_request

jobs:
scan:
name: Scan
Detekt:
name: Detekt
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 5ee1772

Please sign in to comment.