We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c601a commit e9a2183Copy full SHA for e9a2183
.github/workflows/format-check.yml
@@ -5,6 +5,9 @@ on:
5
- 'trunk'
6
pull_request:
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
clang-format:
13
runs-on: ubuntu-latest
Dockerfile
@@ -3,7 +3,7 @@
3
# for the development image, look at the LDMX-Software/docker repo
4
###############################################################################
-FROM ldmx/dev:5.0.0
+FROM ldmx/dev:v5.0.1
# install ldmx-sw into the container at /usr/local
COPY . /code
0 commit comments