Skip to content

Commit

Permalink
add git init
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 24, 2024
1 parent 374babd commit 719f8e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/template_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- name: set safe directory
run: git config --global --add safe.directory /__w/ds-template/ds-template

- name: Run git init
working-directory: ./ds-gh-default
run: git init

- name: Install pre-commit
run: pip3 install pre-commit

Expand Down

0 comments on commit 719f8e3

Please sign in to comment.