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 b87b954 commit 80e004a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ 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
args: readme/lint
args: github/ci readme/lint

super-linter:
name: superlinter
Expand Down

0 comments on commit 80e004a

Please sign in to comment.