Skip to content

Commit

Permalink
Fix dir name of cookiecutter template output.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfse-slafleur committed Jun 25, 2024
1 parent be160b0 commit 43b4485
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_template_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
pip install cookiecutter
sed -i 's/"python_version": "3\.[0-9]*"/"python_version": "${{ matrix.python-version }}"/gi' cookiecutter.json
cookiecutter --no-input ./
ls -alh
cd design_toolkit_application
cd design-toolkit-application
- name: flake8 Lint
uses: TrueBrain/actions-flake8@v2
Expand Down

0 comments on commit 43b4485

Please sign in to comment.