🚧 Fix workflow label, Add build workflow
This commit is contained in:
parent
c658181da4
commit
41a9e2bd99
2 changed files with 27 additions and 2 deletions
4
.github/workflows/formatting.yml
vendored
4
.github/workflows/formatting.yml
vendored
|
|
@ -11,7 +11,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
check-formatting:
|
||||
runs-on: linux
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v44
|
||||
with:
|
||||
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
java-version: 21
|
||||
- uses: gradle/actions/setup-gradle@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue