TP-12345 | Spotless (#10965)
This commit is contained in:
4
.github/workflows/android_checkstyle.yml
vendored
4
.github/workflows/android_checkstyle.yml
vendored
@@ -2,7 +2,7 @@ name: Android Checkstyle CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master, release-* ]
|
||||
branches: [ master ]
|
||||
merge_group:
|
||||
|
||||
concurrency:
|
||||
@@ -18,6 +18,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Fetch Remote Master Branch
|
||||
run: git fetch origin master
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user