Skip to content

Commit

Permalink
Make directory safe (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Mar 9, 2024
1 parent 50447a2 commit 5890030
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
GOOS: ["linux", "darwin", "windows"]
GOARCH: ["amd64", "arm64"]
steps:
- uses: Chia-Network/actions/git-mark-workspace-safe@main

- name: Checkout code
uses: actions/checkout@v4

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
env:
GOFLAGS: "-buildvcs=false"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Test
run: make test

0 comments on commit 5890030

Please sign in to comment.