Skip to content

ci(dependabot-pip): bump zipp from 3.20.1 to 3.20.2 (RDT-901) #148

ci(dependabot-pip): bump zipp from 3.20.1 to 3.20.2 (RDT-901)

ci(dependabot-pip): bump zipp from 3.20.1 to 3.20.2 (RDT-901) #148

Workflow file for this run

---
name: 🎓 DangerJS Pull Request linter
on:
pull_request: {types: [opened, edited, reopened, synchronize]}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pull-request-style-linter:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: Check out PR head
uses: actions/checkout@v4
- name: DangerJS pull request linter
uses: espressif/shared-github-dangerjs@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
instructions-contributions-file: 'CONTRIBUTING.md'