File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ check-licenses-python:
2020 scripts/check_python_licenses.sh
2121
2222lint : lint-githubactions lint-githubaction-scripts
23+ echo " Linting complete"
2324
2425lint-githubactions :
2526 actionlint
Original file line number Diff line number Diff line change 1+ /usr/bin/docker create \
2+ --name 9ae01238f82d491baaf3a5a816b63087_ghcrionhsdigitalepsdevcontainersnode_24_python_3_14githubactionspr18fce01b4_b32b18 \
3+ --label f3c57b \
4+ --workdir /__w/eps-common-workflows/eps-common-workflows \
5+ --network github_network_1ca1c16ddbb54a24ad0406310b83c775 \
6+ --user 1001:1001 \
7+ -e "HOME=/github/home" \
8+ -e GITHUB_ACTIONS=true \
9+ -e CI=true \
10+ -v "/var/run/docker.sock":"/var/run/docker.sock" \
11+ -v "/home/runner/work":"/__w" \
12+ -v "/home/runner/actions-runner/cached/externals":"/__e":ro \
13+ -v "/home/runner/work/_temp":"/__w/_temp" \
14+ -v "/home/runner/work/_actions":"/__w/_actions" \
15+ -v "/opt/hostedtoolcache":"/__t" \
16+ -v "/home/runner/work/_temp/_github_home":"/github/home" \
17+ -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" \
18+ --entrypoint "tail"\
19+ ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:githubactions-pr-18-fce01b4 \
20+ "-f" "/dev/null"
You can’t perform that action at this time.
0 commit comments