actions: tweak workflow naming

Tweak the naming of workflow steps to be more consistent and clear.
This commit is contained in:
Alexander Capehart 2022-12-31 11:28:22 -07:00
parent 493b0a9f32
commit f4aa20b2f1
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 3 additions and 3 deletions

View file

@ -12,13 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: set up JDK 11
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: gradle
- name: Run pre-build steps
- name: Set up NDK r21e
uses: nttld/setup-ndk@v1.2.0
id: setup-ndk
with:

View file

@ -74,7 +74,7 @@ class MainFragment :
override fun onBindingCreated(binding: FragmentMainBinding, savedInstanceState: Bundle?) {
super.onBindingCreated(binding, savedInstanceState)
elevationNormal = binding.context.getDimen(R.dimen.elevation_normal)
// --- UI SETUP ---