Skip to content

custom bootstrap grid #1303

custom bootstrap grid

custom bootstrap grid #1303

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install Python dependencies
run: pip install black flake8
- name: Run linters
uses: wearerequired/lint-action@v1
with:
flake8: true