Skip to content

Remove default typing argument in PACKAGE file] [batch:81/346] [shard… #981

Remove default typing argument in PACKAGE file] [batch:81/346] [shard…

Remove default typing argument in PACKAGE file] [batch:81/346] [shard… #981

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-18.04
steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
architecture: x64
- name: Checkout Multipy
uses: actions/checkout@v2
- name: Install Dependencies
run: |
set -eux
pip install -r dev-requirements.txt
- name: Run Lint
run: |
git config --global url."https://${{ secrets.GITHUB_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
scripts/lint.sh