0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00
Commit Graph

20 Commits

Author SHA1 Message Date
dependabot[bot]
46bc72022b
Bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 14:26:52 +00:00
Wolf-Martell Montwé
f0dd87646d
Fix yml formatting and add editorconfig rules to properly handle markdown files and enforce max line length of 120 globally 2023-11-07 10:40:07 +01:00
Wolf-Martell Montwé
7a7ed19d04
Add markdown workflow to trigger a spotless check 2023-10-06 11:21:06 +02:00
Wolf-Martell Montwé
d142bbef96
Add ci gradle.properties and move quality checks to the start 2023-09-18 17:52:46 +02:00
Wolf-Martell Montwé
5c24e08059
Split workflow run into multiple steps 2023-09-18 17:52:02 +02:00
dependabot[bot]
ea241adb7b
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 14:29:55 +00:00
Wolf Montwé
58c5d7d470
Add detekt to CI run 2023-03-07 09:52:11 +01:00
Wolf Montwé
df309c1986
Change JDK to temurin 2023-03-03 14:25:10 +01:00
Wolf Montwé
cb689fcc4f
Add CodeQl code scanning 2023-03-03 13:06:20 +01:00
Wolf Montwe
80b35d6fa7
Change Android CI workflow to use spotlessCheck 2023-02-06 11:54:56 +01:00
cketti
4c648ecd75 Add GitHub workflow to update the Gradle build cache
When `gradle-build-action` is run for pull requests, it will only read from, but never write to the build cache. To make the cache actually useful, we build the `main` branch (but don't run the tests).
2022-12-06 16:34:02 +01:00
Goooler
b0c1085f1f Optimize CI a bit
https://github.com/actions/checkout/releases/tag/v3.0.0
https://github.com/actions/setup-java/releases/tag/v3.0.0
https://github.com/gradle/gradle-build-action
2022-12-06 21:29:37 +08:00
cketti
7f686cb5da Create new Gradle task so the Android CI GitHub action can easily run all tests 2022-01-28 04:46:31 +01:00
cketti
fc45e059fc Update to targetSdkVersion 29 2020-09-20 01:29:50 +02:00
cketti
f1d777ab63 Specify full Java version for CI builds 2020-07-22 20:06:26 +02:00
cketti
a882ce5c32 Only run CI on pull requests 2020-02-06 22:45:40 +01:00
cketti
00d832b952
Merge pull request #4455 from k9mail/update_android_ci_workflow
Run 'Android CI' workflow on pull requests
2020-01-16 16:22:23 +01:00
cketti
c47a4804b5
Run 'Android CI' workflow on pull requests 2020-01-16 16:02:13 +01:00
cketti
dc795d1f78
Add workflow to validate Gradle wrapper 2020-01-16 15:59:45 +01:00
cketti
fd60ebd94d Add 'Android CI' workflow 2019-12-02 01:59:05 +01:00