Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create github workflow for the subtopology autocoder #2794

Open
wants to merge 6 commits into
base: devel
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix some spelling mistakes
mosa11aei committed Jul 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f31fd94067865332f037df3dec6162a17815637b
4 changes: 4 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
@@ -421,6 +421,7 @@ gnueabihf
google
googletest
Gorang
gpg
GPGGA
GPINT
gpio
@@ -536,6 +537,7 @@ JSO
jsonable
kermit
kevin
keyring
kislyuk
kitware
Kooi
@@ -905,6 +907,7 @@ sbb
SBF
SBINDIR
sbt
scalasbt
Scatterometer
schem
schematron
@@ -1202,4 +1205,5 @@ xsh
xsltproc
xxxx
yacgen
yqq
zmq

Unchanged files with check annotations Beta

# Runs the subtopology autocoder tool to test the subtopology tool (https://github.com/mosa11aei/fprime-subtopology-tool)

Check failure on line 1 in .github/workflows/ext-build-subtopology-ac.yml

GitHub Actions / Spell checking

`subtopology` is not a recognized word. (unrecognized-spelling)

Check failure on line 1 in .github/workflows/ext-build-subtopology-ac.yml

GitHub Actions / Spell checking

`subtopology` is not a recognized word. (check-file-path)

Check failure on line 1 in .github/workflows/ext-build-subtopology-ac.yml

GitHub Actions / Spell checking

`subtopology` is not a recognized word. (unrecognized-spelling)

Check failure on line 1 in .github/workflows/ext-build-subtopology-ac.yml

GitHub Actions / Spell checking

`subtopology` is not a recognized word. (unrecognized-spelling)
name: "Subtopology Autocoder Tool Test"

Check failure on line 3 in .github/workflows/ext-build-subtopology-ac.yml

GitHub Actions / Spell checking

`Subtopology` is not a recognized word. (unrecognized-spelling)
on:
push:
name: "Get target branch"
uses: ./.github/workflows/reusable-get-pr-branch.yml
with:
target_repository: mosa11aei/fprime-rngLibrary

Check failure on line 22 in .github/workflows/ext-build-subtopology-ac.yml

GitHub Actions / Spell checking

`aei` is not a recognized word. (unrecognized-spelling)

Check failure on line 22 in .github/workflows/ext-build-subtopology-ac.yml

GitHub Actions / Spell checking

`mosa` is not a recognized word. (unrecognized-spelling)
subtopology-test:

Check failure on line 24 in .github/workflows/ext-build-subtopology-ac.yml

GitHub Actions / Spell checking

`subtopology` is not a recognized word. (unrecognized-spelling)
name: "Subtopology Test"

Check failure on line 25 in .github/workflows/ext-build-subtopology-ac.yml

GitHub Actions / Spell checking

`Subtopology` is not a recognized word. (unrecognized-spelling)
runs-on: ubuntu-latest
needs: get-branch
steps:
uses: actions/checkout@v4
with:
submodules: false
repository: mosa11aei/fprime-rngLibrary

Check failure on line 33 in .github/workflows/ext-build-subtopology-ac.yml

GitHub Actions / Spell checking

`aei` is not a recognized word. (unrecognized-spelling)
ref: ${{ needs.get-branch.outputs.target-branch }}
- name: "Overlay current F´ revision"
uses: actions/checkout@v4