Meta: Apply makem.sh customizations

This commit is contained in:
Adam Porter 2020-11-24 13:03:44 -06:00
parent 6ced616836
commit 6fb8b42e3b

View file

@ -31,8 +31,8 @@ on:
pull_request:
push:
# Comment out this section to enable testing of all branches.
branches:
- master
# branches:
# - master
jobs:
build:
@ -63,7 +63,7 @@ jobs:
- name: Lint
# NOTE: Uncomment this line to treat lint failures as passing
# so the job doesn't show failure.
# continue-on-error: true
continue-on-error: true
run: ./makem.sh -vv --sandbox=$SANDBOX_DIR lint
- name: Test