Skip to content

Remove Python code and boot command #182

Remove Python code and boot command

Remove Python code and boot command #182

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
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`.