File tree Expand file tree Collapse file tree 5 files changed +4
-23
lines changed
Expand file tree Collapse file tree 5 files changed +4
-23
lines changed Original file line number Diff line number Diff line change 2828 run : go install github.com/B1NARY-GR0UP/nwa@c1ec32a9d490e77e7399a59f4d3eb6a23f352bec
2929
3030 - name : Run License Header Check
31- run : nwa check -c "BINARY Members" -l apache . /*.go
31+ run : nwa check -c "BINARY Members" -l apache ** /*.go
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- package main
15+ package dirA
1616
1717func test () string {
1818 return ""
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- package main
15+ package dirC
1616
1717func test3 () string {
1818 return ""
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- package main
15+ package dirB
1616
1717func test2 () string {
1818 return ""
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments