mirror of
https://github.com/github/codeql-action.git
synced 2026-04-15 03:03:21 +00:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
7 lines
55 B
Makefile
7 lines
55 B
Makefile
|
|
test:
|
|
@node_modules/.bin/tape test.js
|
|
|
|
.PHONY: test
|
|
|