Skip to content

Commit

Permalink
CI-CD Updates and Repository PR Checks (#68)
Browse files Browse the repository at this point in the history
* A fix for the clang-formatting end of line character tests. Updates to the spelling action to make it work when run from alternate directories
* Small changes to workflow files for echo groups, use checkout@v3
* Update the tests to use mainline after CI-CD merges have gone through
* Exclude directories from the FreeRTOS/FreeRTOS checks, update the spelling action to fix a typo
* Add in a PR Check that runs against all repos
  • Loading branch information
Skptak authored Sep 6, 2023
1 parent 3e68c36 commit 5f0b1e7
Show file tree
Hide file tree
Showing 31 changed files with 831 additions and 335 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
formatting/filesWithCRLFEndings/* eol=crlf
clang-formatting/filesWithFormattingErrors/* eol=crlf
clang-formatting/filesWithCRLFEndings/* eol=crlf
8 changes: 4 additions & 4 deletions .github/workflows/executableMonitorTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: install-ubuntu-build--tools
run: |
# ${{ env.stepName }}
echo -e "::group::${{ env.stepName }}"
echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
sudo apt install build-essential
exitStatus=$?
echo -e "::endgroup::"
Expand All @@ -57,7 +57,7 @@ jobs:
shell: bash
run: |
# ${{ env.stepName }}
echo -e "::group::${{ env.stepName }}"
echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
gcc executable-monitor/test.c -o executable-monitor/test.out
gcc -DEXIT_WITH_MINUTES executable-monitor/test.c -o executable-monitor/test_exit_current_minutes.out
readlink -f executable-monitor/test.out
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
id: install-ubuntu-build--tools
run: |
# Install Ubuntu Build Tools
echo -e "::group::${{ env.stepName }}"
echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
sudo apt install build-essential
exitStatus=$?
echo -e "::endgroup::"
Expand All @@ -218,7 +218,7 @@ jobs:
shell: bash
run: |
# ${{ env.stepName }}
echo -e "::group::${{ env.stepName }}"
echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
gcc executable-monitor/test.c -o executable-monitor/test.out
gcc -DEXIT_WITH_MINUTES executable-monitor/test.c -o executable-monitor/test_exit_current_minutes.out
readlink -f executable-monitor/test.out
Expand Down
Loading

0 comments on commit 5f0b1e7

Please sign in to comment.