Skip to content

Commit

Permalink
lint include all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Oct 20, 2023
1 parent 6441deb commit 9e7f826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Android CI

on:
workflow_dispatch:
schedule:
- cron: '0 22 * * *' # run at 0:00 GMT+2
# schedule:
# - cron: '0 22 * * *' # run at 0:00 GMT+2

jobs:
hasChanged:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
pull_request:
branches-ignore:
- 'master'
schedule:
- cron: '0 22 * * *' # run at 0:00 GMT+2

jobs:
checkLint:
Expand All @@ -27,5 +25,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Lint Reports
path: app/build/reports/
path: **/build/reports/
retention-days: 30

0 comments on commit 9e7f826

Please sign in to comment.