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 2b8c18f commit 87e8e37Copy full SHA for 87e8e37
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
command: bin/tests --postgresql-host localhost
11
needs-python: ${{ true }}
12
needs-node: ${{ false }}
13
- - name: Lint
+ - name: Check SCSS/CSS
14
command: bin/scss-check
15
needs-python: ${{ false }}
16
needs-node: ${{ true }}
@@ -36,7 +36,7 @@ jobs:
36
- uses: actions/setup-python@v2
37
if: ${{ matrix.needs-python }}
38
with:
39
- python-version: 3.6.6
+ python-version: 3.6.13
40
- name: Cache Python dependencies
41
42
uses: actions/cache@v2
runtime.txt
@@ -1 +1 @@
1
-python-3.6.6
+python-3.6.13
0 commit comments