mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-18 13:55:17 +02:00
Merge pull request #1277 from voidking/main
Pre-commit workflow添加environment,使之可以配置为分支合入时的保护
This commit is contained in:
commit
7e0c83c69d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pre-commit.yaml
vendored
1
.github/workflows/pre-commit.yaml
vendored
|
|
@ -11,6 +11,7 @@ on:
|
|||
jobs:
|
||||
pre-commit-check:
|
||||
runs-on: ubuntu-latest
|
||||
environment: pre-commit
|
||||
steps:
|
||||
- name: Checkout Source Code
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue