Meta: Apply makem.sh customizations
This commit is contained in:
parent
6ced616836
commit
6fb8b42e3b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -31,8 +31,8 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
# Comment out this section to enable testing of all branches.
|
# Comment out this section to enable testing of all branches.
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
- name: Lint
|
- name: Lint
|
||||||
# NOTE: Uncomment this line to treat lint failures as passing
|
# NOTE: Uncomment this line to treat lint failures as passing
|
||||||
# so the job doesn't show failure.
|
# so the job doesn't show failure.
|
||||||
# continue-on-error: true
|
continue-on-error: true
|
||||||
run: ./makem.sh -vv --sandbox=$SANDBOX_DIR lint
|
run: ./makem.sh -vv --sandbox=$SANDBOX_DIR lint
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue