Skip to content

Commit ace02f0

Browse files
authored
Remove ci.yml from fern-ignore. (#114)
1 parent e53f04a commit ace02f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.fernignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ CODEOWNERS
44
LICENSE.md
55

66
# We need to configure secrets for integration tests.
7-
.github/workflows/ci.yml
87
.github/workflows/semgrep.yml
98

109
# Files that avoid breaking changes due to renames.

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Semgrep can only parse one requirements.txt
2727
- run: |
2828
curl --location --show-error --silent --output poetry.py https://install.python-poetry.org \
29-
&& echo '66db5477a597b6176202ef77792076057ce50d2c5a2d2d2978c63e1f144d7b95' poetry.py | sha256sum -c \
29+
&& echo '963d56703976ce9cdc6ff460c44a4f8fbad64c110dc447b86eeabb4a47ec2160' poetry.py | sha256sum -c \
3030
&& python poetry.py -y \
3131
&& /github/home/.local/bin/poetry install \
3232
&& semgrep ci

0 commit comments

Comments
 (0)