feat(ci): add CD/CI pipelines
- Enable Dependabot - Run build/test pipelines - Add GoReleaser release/nightly pipelines - Add lint pipelines
This commit is contained in:
14
.github/workflows/nightly.yml
vendored
Normal file
14
.github/workflows/nightly.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: nightly
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
nightly:
|
||||
uses: charmbracelet/meta/.github/workflows/nightly.yml@main
|
||||
secrets:
|
||||
docker_username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
docker_token: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
goreleaser_key: ${{ secrets.GORELEASER_KEY }}
|
||||
Reference in New Issue
Block a user