Skip to content

Commit

Permalink
ci: pull yml from main
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Cudnik <[email protected]>
  • Loading branch information
TobiaszCudnik committed Sep 15, 2023
1 parent bc7826d commit f32830e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-pr-to-prj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

jobs:
track_pr:
uses: instill-ai/meta/.github/workflows/add-pr-to-prj.yml@main
uses: instill-ai/.github/.github/workflows/add-to-prj.yml@main
with:
PROJECT_NUMBER: 5 # Versatile Data Pipeline (VDP) project
project_number: 5
secrets:
botGitHubToken: ${{ secrets.botGitHubToken }}
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ name: Coverage
on: [push, pull_request]

jobs:

codecov:
name: codecov
runs-on: ubuntu-latest
steps:

- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: "1.20"

- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Lint Codebase
on:
push:
paths:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: "1.20"

- name: Check out code
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GoReleaser
name: Go Releaser

on:
push:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: "1.20"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit f32830e

Please sign in to comment.