No longer continue on error when linting fails during CI

This commit is contained in:
Alejandro Celaya 2021-02-28 17:02:41 +01:00
parent 3d2228441a
commit c8f8416c06

View file

@ -8,7 +8,6 @@ on:
jobs:
lint:
continue-on-error: true
runs-on: ubuntu-20.04
steps:
- name: Checkout code