mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 10:35:34 +08:00
chore: fix permission issues in cpp-linter (#2907)
* ci: make compile add warnings to file * chore: use cpp-linter instead of inhouse linter * chore: use abinoda instead of pullreminders for label-when-approved * fix: permissions awesome-ci * fix: permission issue for github action
This commit is contained in:
1
.github/workflows/awesome_workflow.yml
vendored
1
.github/workflows/awesome_workflow.yml
vendored
@@ -3,6 +3,7 @@ on: [push, pull_request]
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: write
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
MainSequence:
|
||||
|
||||
Reference in New Issue
Block a user