Skip to content
Snippets Groups Projects

Update CI config

Open Bo-Chun Chen requested to merge github/fork/diedpigs/update-ci-config into feat-cod-rmq
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,9 @@ jobs:
architecture: 'x64'
- name: find trailing whitespace
uses: harupy/find-trailing-whitespace@master
- name: Install dependencies
- name: Run black
uses: psf/black@stable
- name: Install flake8
run: |
python -m pip install --upgrade pip
pip install flake8
Loading