Skip to content

Add 'FWUPD_DEVICE_FLAG_WAIT_FOR_REPLUG' for waiting device reset. #3563

Add 'FWUPD_DEVICE_FLAG_WAIT_FOR_REPLUG' for waiting device reset.

Add 'FWUPD_DEVICE_FLAG_WAIT_FOR_REPLUG' for waiting device reset. #3563

name: Pull Request reviews
on:
pull_request:
branches: [ main ]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Docker login
run: docker login docker.pkg.github.com -u $GITHUB_ACTOR -p $GITHUB_TOKEN
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Run pre-commit hooks
run: |
docker run --privileged -t -v $GITHUB_WORKSPACE:/github/workspace docker.pkg.github.com/fwupd/fwupd/fwupd-precommit:latest
snap:
needs: pre-commit
uses: ./.github/workflows/snap.yml
with:
deploy: false
secrets: inherit
matrix:
needs: pre-commit
uses: ./.github/workflows/matrix.yml