Skip to content

Commit

Permalink
Check src scripts (#66)
Browse files Browse the repository at this point in the history
* master: update ignore

* check-src-scripts: check source scripts as well

---------

Co-authored-by: Emma Doyle <[email protected]>
  • Loading branch information
emmeowzing and Emma Doyle authored May 23, 2023
1 parent 2402df7 commit 0f44611
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .circleci/scripts.ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Include scripts' changes under src/
!src/scripts/
4 changes: 2 additions & 2 deletions src/executors/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: Base python CircleCI executor
parameters:
tag:
default: "3.10"
description: Latest Python 3.
description: Latest Python 3.10
type: string
docker:
- image: cimg/python:<< parameters.tag >>
- image: cimg/python:<< parameters.tag >>

0 comments on commit 0f44611

Please sign in to comment.