File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
template/.github/workflows Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v0.0.42-3-g7069433
2+ _commit : v0.0.42-5-g37a08e8
33_src_path : gh:LabAutomationAndScreening/copier-base-template.git
44description : Copier template for creating Python libraries and executables
55python_ci_versions :
Original file line number Diff line number Diff line change 1919
2020env :
2121 PYTHONUNBUFFERED : True
22+ PRE_COMMIT_HOME : ${{ github.workspace }}/.precommit_cache
2223
2324permissions :
2425 contents : write # needed for mutex
3132 - name : Checkout code
3233 uses : actions/checkout@v4.2.2
3334 with :
34- ref : ${{ github.ref_name }} # explicitly get the head of
35+ ref : ${{ github.ref_name }} # explicitly get the head of the branch, which will include any new commits pushed if this is a dependabot branch
3536
3637 - name : Setup node
3738 uses : actions/setup-node@v4.3.0
Original file line number Diff line number Diff line change 1919
2020env :
2121 PYTHONUNBUFFERED : True
22+ PRE_COMMIT_HOME : ${{ github.workspace }}/.precommit_cache
2223
2324permissions :
2425 contents : write # needed for mutex
3132 - name : Checkout code
3233 uses : actions/checkout@v4.2.2
3334 with :
34- ref : ${{ github.ref_name }} # explicitly get the head of
35+ ref : ${{ github.ref_name }} # explicitly get the head of the branch, which will include any new commits pushed if this is a dependabot branch
3536
3637 - name : Setup node
3738 uses : actions/setup-node@v4.3.0
You can’t perform that action at this time.
0 commit comments