Skip to content

Commit

Permalink
feat: Moving actions into root dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieowens committed Dec 10, 2024
1 parent 017ce4c commit ac3f01a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout Skiff actions
name: Checkout
with:
repository: '${{ env.ACTIONS_REPO }}'
path: './skiff-actions'
ref: ${{ inputs.workflow-ref }}
token: '${{ github.token }}'
- uses: actions/checkout@v4
name: Checkout
name: Checkout Skiff actions
with:
repository: '${{ env.ACTIONS_REPO }}'
path: './.github/gh-actions'
ref: ${{ inputs.workflow-ref }}
token: '${{ github.token }}'
- uses: ./skiff-actions/.github/actions/go
- uses: .github/gh-actions/go
name: Setup go
- uses: ./skiff-actions/.github/actions/go-test
- uses: .github/gh-actions/go-test
with:
dirs: ${{ inputs.dirs }}
- uses: ./skiff-actions/.github/actions/go-coverage
- uses: .github/gh-actions/go-coverage
with:
ref-name: ${{ inputs.ref-name }}
go-cover-path: ${{ inputs.go-cover-path }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ac3f01a

Please sign in to comment.