We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1d5a6 commit 27b03a0Copy full SHA for 27b03a0
1 file changed
.github/actions/check-formatting/action.yml
@@ -4,5 +4,5 @@ runs:
4
using: "composite"
5
steps:
6
- name: Check formatting
7
- run: docker run --rm -v "$(pwd)":/app/ ghcr.io/nationalarchives/tna-python-dev:latest checkformat
+ run: docker run --rm -v "$(pwd)":/app/ ghcr.io/nationalarchives/tna-python-dev:preview checkformat
8
shell: bash
0 commit comments