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 5abc19e commit 1b5c51fCopy full SHA for 1b5c51f
.github/workflows/linting.yml
@@ -66,6 +66,15 @@ jobs:
66
run:
67
shell: bash
68
steps:
69
+ - name: Maximize space
70
+ uses: easimon/maximize-build-space@v10
71
+ with:
72
+ root-reserve-mb: 20000
73
+ swap-size-mb: 1024
74
+ remove-dotnet: 'true'
75
+ remove-android: 'true'
76
+ remove-haskell: 'true'
77
+ build-mount-path: /var/lib/docker/
78
- name: Checkout code
79
uses: actions/[email protected]
80
with:
.github/workflows/unit-test.yml
@@ -77,6 +77,15 @@ jobs:
81
82
83
84
85
86
87
88
89
90
91
0 commit comments