Skip to content

Commit

Permalink
Add Comprehensive CI Checks and Codecov Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
franchb authored and KSpaceer committed Feb 26, 2024
1 parent 7cdf94f commit 5ae6b3f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: build

on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 0' # run "At 00:00 on Sunday"

# See https://github.com/franchb/.github-go/tree/main/.github/workflows
jobs:
build:
uses: franchb/.github-go/.github/workflows/[email protected]

vuln:
uses: franchb/.github-go/.github/workflows/[email protected]

0 comments on commit 5ae6b3f

Please sign in to comment.