Skip to content

Commit

Permalink
Merge branch 'master' into track
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie authored Mar 30, 2023
2 parents f38c270 + e61b459 commit b03083c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/chatgpt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
pull_request:
types: [opened, synchronize]

permissions:
contents: write
pull-requests: write
issues: write
statuses: write
permissions: write-all

jobs:
CodeReview:
permissions: write-all
permissions:
contents: write
pull-requests: write
issues: write
statuses: write
name: ChatGPT Code Review
runs-on: ubuntu-latest
steps:
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
ci:
name: ci flow
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# with:
Expand All @@ -30,13 +30,6 @@ jobs:

- name: Build Go
run: go build ./...

# - name: Error Check
# uses: reviewdog/action-golangci-lint@v2
# with:
# golangci_lint_flags: "--disable-all -E errcheck"
# tool_name: errcheck
# level: info

- name: Run Test
id: unittest
Expand Down

0 comments on commit b03083c

Please sign in to comment.