Skip to content

Commit

Permalink
fix: use go-orb/dagger-for-github@main
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Nov 12, 2024
1 parent f3c4887 commit a1ba265
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
with:
fetch-depth: 0
- name: Lint files
uses: dagger/dagger-for-github@v6
uses: go-orb/dagger-for-github@main
with:
version: "latest"
verb: call
args: lint --root=.
args: lint --root=. logs
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
test:
name: Unit Tests
Expand All @@ -29,9 +29,9 @@ jobs:
with:
fetch-depth: 0
- name: Lint files
uses: dagger/dagger-for-github@v6
uses: go-orb/dagger-for-github@main
with:
version: "latest"
verb: call
args: test --root=.
args: test --root=. logs
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
with:
fetch-depth: 0
- name: Lint files
uses: dagger/dagger-for-github@v6
uses: go-orb/dagger-for-github@main
with:
version: "latest"
verb: call
args: lint --root=.
args: lint --root=. logs
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
test:
name: Unit Tests
Expand All @@ -27,9 +27,9 @@ jobs:
with:
fetch-depth: 0
- name: Lint files
uses: dagger/dagger-for-github@v6
uses: go-orb/dagger-for-github@main
with:
version: "latest"
verb: call
args: test --root=.
args: test --root=. logs
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}

0 comments on commit a1ba265

Please sign in to comment.