mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 03:54:18 -04:00
Fixed #2969
This commit is contained in:
parent
a052704f9d
commit
0db67d4f3d
9
.github/workflows/pull_request.yml
vendored
9
.github/workflows/pull_request.yml
vendored
@ -1,13 +1,16 @@
|
||||
name: Pull requests
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
|
||||
code_formatting_job:
|
||||
name: Code Formatting
|
||||
continue-on-error: true
|
||||
runs-on: ubuntu-18.04
|
||||
continue-on-error: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -42,8 +45,8 @@ jobs:
|
||||
|
||||
detekt:
|
||||
name: Detekt
|
||||
continue-on-error: true
|
||||
runs-on: ubuntu-18.04
|
||||
continue-on-error: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user