Skip to content

Commit 0bbc354

Browse files
committed
setup code lint and build tests
1 parent bda068b commit 0bbc354

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/build_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Micro Build Tests
1+
name: Micro Autonomy Build and Test
22

33
on:
44
push:
@@ -69,10 +69,10 @@ jobs:
6969
BUILDKIT_INLINE_CACHE: 1
7070

7171
confirm-build-and-unittest-complete:
72-
name: Confirm Build and Unit Tests Completed
72+
name: Check Build/Test Completion
7373
needs: build-and-unittest
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Ending
7777
run: |
78-
echo "::notice:: all builds and unit tests completed."
78+
echo "all builds and unit tests completed."

.github/workflows/linting_auto.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
name: Monorepo Code Linting - Auto Linter
1+
name: Code Linting - Auto Linter
22

33
on:
44
push:
55
branches:
66
- main
7-
- work/dereklin/workflows # temp
87
pull_request:
98
branches:
109
- main

0 commit comments

Comments
 (0)