Skip to content

Commit

Permalink
git init
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 24, 2024
1 parent b1771f9 commit a9a1538
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/template_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Create Github project instance
run: cookiecutter . --no-input --config-file cookiecutter_default_gh.yaml && cd ds-gh-default

- name: Git init
run: git init

- name: Run pre-commit checks
run: pre-commit run --all-files --show-diff-on-failure --color always
Expand All @@ -47,6 +49,9 @@ jobs:
- name: Create Gitlab project instance
run: cd .. && cookiecutter . --no-input --config-file cookiecutter_default_gl.yaml && cd ds-gl-default

- name: Git init
run: git init

- name: Run pre-commit checks
run: pre-commit run --all-files --show-diff-on-failure --color always

Expand Down

0 comments on commit a9a1538

Please sign in to comment.