Skip to content

Commit

Permalink
fix: fix cicd build project
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Mar 16, 2024
1 parent a72700a commit d6fbf5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ jobs:
run: cld
```

Or use actions:

```yaml
- name: Code Language Detector
uses: kubecub/[email protected]
```


This workflow triggers on both push events and pull requests. It checks out the code, sets up the Go environment, installs the Comment Language Detector, and runs it against the codebase according to the specified configuration.

### Conclusion
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
using: 'composite'
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit d6fbf5f

Please sign in to comment.