8000
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 06916fe commit 4a83f3bCopy full SHA for 4a83f3b
.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