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 52c8138 commit 47faaa5Copy full SHA for 47faaa5
.github/workflows/ci.yml
@@ -28,19 +28,6 @@ jobs:
28
runs-on: ubuntu-latest
29
30
steps:
31
- - name: Harden Runner
32
- uses: step-security/harden-runner@v2
33
- with:
34
- egress-policy: block
35
- allowed-endpoints: >
36
- api.github.com:443
37
- azure.archive.ubuntu.com:80
38
- files.pythonhosted.org:443
39
- github.com:443
40
- objects.githubusercontent.com:443
41
- packages.microsoft.com:443
42
- ppa.launchpadcontent.net:443
43
- pypi.org:443
44
- uses: actions/checkout@v3
45
- name: Install dependencies
46
run: sudo apt-get update && sudo apt-get install -y libenchant-2-dev
0 commit comments