Skip to content

Commit

Permalink
Merge pull request #66 from AlayaCare/fixScaffoldPr
Browse files Browse the repository at this point in the history
fix github workflow pr scaffold
  • Loading branch information
nzin-alayacare authored Oct 10, 2024
2 parents d8dc319 + f7eebc4 commit 5162a7c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions internal/scaffold.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,18 +331,18 @@ name: Validate structure
on: [pull_request]
jobs:
build:
name: validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Verify
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/nzin/goliac
options: -v ${{ github.workspace }}:/work
run: /app/goliac verify /work
build:
name: validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Verify
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/nzin/goliac
options: -v ${{ github.workspace }}:/work
run: /app/goliac verify /work
`
if err := writeFile(path.Join(rootpath, ".github", "workflows", "pr.yaml"), []byte(workflow), fs); err != nil {
return err
Expand Down

0 comments on commit 5162a7c

Please sign in to comment.