Skip to content

Fix npmrc syntax alias #257

Fix npmrc syntax alias

Fix npmrc syntax alias #257

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install black
run: pip install black
- name: Check formating
run: black --check .