Skip to content

Flush serial output buffer before closing on Linux and ignore permission errors changing closing_wait (IDFGH-10909) #3

Flush serial output buffer before closing on Linux and ignore permission errors changing closing_wait (IDFGH-10909)

Flush serial output buffer before closing on Linux and ignore permission errors changing closing_wait (IDFGH-10909) #3

Workflow file for this run

name: DangerJS Check
on:
pull_request:
types: [opened, edited, reopened, synchronize]
permissions:
pull-requests: write
contents: write
jobs:
pull-request-style-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: DangerJS pull request linter
uses: espressif/github-actions/danger_pr_review@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}