We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cb272 commit 912e74dCopy full SHA for 912e74d
.travis.yml
@@ -0,0 +1,3 @@
1
+language: go
2
+install: go get github.com/koron/nvcheck
3
+script: sh ./tools/nvcheck.sh
tools/nvcheck.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
4
5
+find $1 -name "*.jax" -print | while read line; do
6
+ echo Checking $line
7
+ nvcheck $line
8
+done
0 commit comments