Skip to content

Commit 450b6ac

Browse files
committed
linting updates
1 parent 75985a2 commit 450b6ac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/add-to-project-senzing.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ on:
66
- opened
77
- reopened
88

9-
permissions:
10-
repository-projects: write
9+
permissions: {}
1110

1211
jobs:
1312
add-to-project:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV REFRESHED_AT=2024-06-24
1616
# Install packages via apt.
1717

1818
RUN apt-get update \
19-
&& apt-get -y install \
19+
&& apt-get -y --no-install-recommends install \
2020
librdkafka-dev \
2121
cmake \
2222
libssl-dev \

0 commit comments

Comments
 (0)