Skip to content

add hard reset to rfc2217 server (ESPTOOL-760) #10

add hard reset to rfc2217 server (ESPTOOL-760)

add hard reset to rfc2217 server (ESPTOOL-760) #10

Workflow file for this run

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