Skip to content

Commit

Permalink
Use cookininja in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Wernert committed Jan 18, 2023
1 parent 9e76bcf commit 3691905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project_ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# In YAML, 'raw' and 'endraw' can't come at the beginning of a token or at the end of a quoted value, which is why they're in weird places. They are
# needed to escape YAML templating variables, which still allowing cookiecutter to replace the value of the repository name.
# needed to escape YAML templating variables, which still allowing cookieninja to replace the value of the repository name.

# Instructions to clear caches:
# 1) List all caches for this repo using the Github CLI: gh api -H "Accept: application/vnd.github+json" /repos/Lightmatter/django-hydra/actions/caches
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# Instantiate the project
- name: Instantiate project using the values in cookiecutter.json
run: poetry run cookiecutter . --no-input --accept-hooks no
run: poetry run cookininja . --no-input --accept-hooks no

# Configure the project environment
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 3691905

Please sign in to comment.