Skip to content

chore: consolidate formatting in amp-devcontainer-cpp #373

chore: consolidate formatting in amp-devcontainer-cpp

chore: consolidate formatting in amp-devcontainer-cpp #373

Workflow file for this run

---
name: Pull Request Report
on:
pull_request:
types: [closed]
permissions:
contents: read
jobs:
add-pr-report:
permissions:
contents: read
checks: read
pull-requests: write
repository-projects: read
actions: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false
- uses: philips-software/pull-request-report-action@39e2f082490099021474c109cb207953221a8e47 # v0.1.5
env:
GITHUB_TOKEN: ${{ github.token }}