Skip to content

Remove Python code and boot command #181

Remove Python code and boot command

Remove Python code and boot command #181

Workflow file for this run

name: "Pull Request"
on:
pull_request:
jobs:
build:
uses: ./.github/workflows/build.yml
cpp-lint:
needs: build
uses: ./.github/workflows/cpp-lint.yml

Check failure on line 12 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. In .github/workflows/pr.yml (Line: 12, Col: 11): Error from called workflow EmixamPP/linux-enable-ir-emitter/.github/workflows/cpp-lint.yml@1cb96db8bc10266e4541bf83221721ae04764278 (Line: 7, Col: 5): Unexpected value ''
comment:
name: Bot comment
needs:
- build
- cpp-lint
runs-on: ubuntu-latest
if: always()
steps:
- uses: thollander/actions-comment-pull-request@v2
with:
comment_tag: bot_comment
mode: recreate
message: |
## :arrow_right: Commit ${{ github.event.pull_request.head.sha }}
## :clipboard: [Logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
## :mag: Linting results:
${{ needs.cpp-lint.result == 'success' && ':heavy_check_mark:' || ':x:' }} C++ Linting
## :hammer_and_wrench: Building result:
${{ needs.build.result == 'success' && ':heavy_check_mark:' || ':x:' }} Building
## :package: Artifacts:
If the building step was successfull, you can download the appropriate tarball in the artifacts section [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).
[Uninstall the previous version](docs/uninstallation.md) , unzip and then execute `sudo tar -C / --no-same-owner -h -vxzf linux-enable-ir-emitter*.tar.gz`.