mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-05 17:56:48 +00:00
fix: added permissions setting in the workflow (#273)
* fix: added permissions setting in the workflow * fix: reformat the code of src/tools/retriever.py
This commit is contained in:
parent
0da52d41a7
commit
db3e74629f
3 changed files with 9 additions and 1 deletions
3
.github/workflows/lint.yaml
vendored
3
.github/workflows/lint.yaml
vendored
|
|
@ -6,6 +6,9 @@ on:
|
|||
pull_request:
|
||||
branches: [ '*' ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
3
.github/workflows/unittest.yaml
vendored
3
.github/workflows/unittest.yaml
vendored
|
|
@ -6,6 +6,9 @@ on:
|
|||
pull_request:
|
||||
branches: [ '*' ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue