mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 13:02:44 +01:00
erm
This commit is contained in:
parent
d2c1e4d326
commit
03a342bcc4
1 changed files with 7 additions and 1 deletions
|
@ -8,7 +8,9 @@ name: 'suyu verify'
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ "dev" ]
|
||||
branches: [ "forgejo-ci-testing" ]
|
||||
push:
|
||||
branches: [ "forgejo-ci-testing" ]
|
||||
env:
|
||||
PR_NUMBER: pr${{ github.event.number }}
|
||||
|
||||
|
@ -16,6 +18,8 @@ jobs:
|
|||
format:
|
||||
name: 'verify format'
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: fijxu/build-environments:linux-clang-format
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
with:
|
||||
|
@ -26,6 +30,7 @@ jobs:
|
|||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
- name: 'Verify Formatting'
|
||||
container:
|
||||
run: bash -ex ./.ci/scripts/format/script.sh
|
||||
build-linux:
|
||||
name: 'test build'
|
||||
|
@ -193,3 +198,4 @@ jobs:
|
|||
with:
|
||||
name: android
|
||||
path: artifacts/
|
||||
|
||||
|
|
Loading…
Reference in a new issue