summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-11-27 15:32:30 +0100
committerGitHub <[email protected]>2021-11-27 15:32:30 +0100
commit262cd5a20fe401c230f9a0eb96608f96f6c79fae (patch)
treeaacbaf8e8ae524f3feff185c3637961f63851aa0 /.github/workflows/ci.yml
parent9fcc9a8d716254565d06082bc6e861b259c132fd (diff)
fix: change external black/whitelist names (#165) (#171)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 408ccf7..522eaf0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,6 +36,10 @@ jobs:
uses: 'actions/checkout@v2'
with:
repository: '${{ github.repository }}'
+ - name: '[setup node]'
+ uses: 'actions/setup-node@v2'
+ with:
+ node-version: '16'
- name: '[lint]'
run: |
echo TBA some linting