mirror of
https://github.com/fankes/pagecurl-multiplatform.git
synced 2025-09-04 09:45:34 +08:00
Update compose to 2023.08.00
This commit is contained in:
18
.github/workflows/static-analysis.yml
vendored
18
.github/workflows/static-analysis.yml
vendored
@@ -12,12 +12,17 @@ on:
|
||||
jobs:
|
||||
detekt:
|
||||
name: Detekt
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: detekt
|
||||
@@ -25,12 +30,17 @@ jobs:
|
||||
|
||||
spotless:
|
||||
name: Spotless
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: spotless
|
||||
|
Reference in New Issue
Block a user