Skip to content

Cookiecutter

Cookiecutter #17

Workflow file for this run

name: Cookiecutter
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
env:
PIP_NO_OPTION: on
PIP_NO_CLEAN: on
PIP_PREFER_BINARY: on
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install requirements
run: pip install cruft
- name: Check template
run: cruft check