Skip to content

Commit ad39e62

Browse files
Merge branch 'master' into djj-remove-git-clone-option
2 parents 2de29e6 + 4fe38ef commit ad39e62

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Lint Code Base
22

33
on:
4-
push:
5-
branches-ignore: [master]
64
pull_request:
75
branches: [master]
86

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Test and build
22

33
on: [pull_request]
44

5-
65
jobs:
76
build:
87
strategy:

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
SHELL = /bin/sh
22

33
test: info
4+
@echo Running tests
45
@script/cibuild --no-package
56

67
info:

0 commit comments

Comments
 (0)