Skip to content

Commit 51213f8

Browse files
committed
fix lint
1 parent b33b245 commit 51213f8

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ check-licenses-python:
2020
scripts/check_python_licenses.sh
2121

2222
lint: lint-githubactions lint-githubaction-scripts
23+
echo "Linting complete"
2324

2425
lint-githubactions:
2526
actionlint

github_actions_docker.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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"

0 commit comments

Comments
 (0)