Skip to content

Commit

Permalink
update git safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Feb 16, 2024
1 parent 7a7ad22 commit 756147b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ jobs:
- uses: dart-lang/setup-dart@v1
with:
sdk: '3.0.0'
- run: git config --global --add safe.directory .
- run: dart pub global activate pana
- name: Run pana
id: pana-run
run: |
run: |
echo "PANA_OUTPUT<<EOF" >> $GITHUB_ENV
dart pub global run pana --no-warning --exit-code-threshold 130 >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
Expand Down

0 comments on commit 756147b

Please sign in to comment.