Skip to content

refacotr _handle_5 with 2 flows #19

refacotr _handle_5 with 2 flows

refacotr _handle_5 with 2 flows #19

Workflow file for this run

name: Continuous Integration
on:
push:
jobs:
norm:
name: norminette
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip setuptools
python3 -m pip install norminette
- name: Run Norminette
run: make norm