Skip to content

chore(deps-dev): Bump marked from 1.2.3 to 4.0.10 in /src/web/toSearchMd #512

chore(deps-dev): Bump marked from 1.2.3 to 4.0.10 in /src/web/toSearchMd

chore(deps-dev): Bump marked from 1.2.3 to 4.0.10 in /src/web/toSearchMd #512

Workflow file for this run

name: cppcheck
on:
pull_request_target:
types: [opened, reopened, synchronize, closed]
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true
jobs:
cppchceck:
name: cppcheck
runs-on: ubuntu-latest
steps:
- run: export
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- uses: linuxdeepin/action-cppcheck@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
pull_request_id: ${{ github.event.pull_request.number }}
allow_approve: false