Skip to content

Commit

Permalink
add safe directory for git
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 25, 2024
1 parent 33ae644 commit b87b954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: |
git config --global --add safe.directory ${{ github.workspace }}
- uses: docker://cloudposse/build-harness:latest
with:
entrypoint: /usr/bin/make
Expand Down

0 comments on commit b87b954

Please sign in to comment.