Skip to content

Commit 6fb8b42

Browse files
committed
Meta: Apply makem.sh customizations
1 parent 6ced616 commit 6fb8b42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ on:
3131
pull_request:
3232
push:
3333
# Comment out this section to enable testing of all branches.
34-
branches:
35-
- master
34+
# branches:
35+
# - master
3636

3737
jobs:
3838
build:
@@ -63,7 +63,7 @@ jobs:
6363
- name: Lint
6464
# NOTE: Uncomment this line to treat lint failures as passing
6565
# so the job doesn't show failure.
66-
# continue-on-error: true
66+
continue-on-error: true
6767
run: ./makem.sh -vv --sandbox=$SANDBOX_DIR lint
6868

6969
- name: Test

0 commit comments

Comments
 (0)