Skip to content

Commit

Permalink
Initial implementation (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Aug 22, 2023
1 parent 8395caa commit d433739
Show file tree
Hide file tree
Showing 9 changed files with 2,388 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
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/cristalhq/.github/tree/main/.github/workflows
jobs:
build:
uses: cristalhq/.github/.github/workflows/build.yml@v0.5.0

vuln:
uses: cristalhq/.github/.github/workflows/vuln.yml@v0.5.0
Loading

0 comments on commit d433739

Please sign in to comment.