use @actions/github

This commit is contained in:
Robert Brignull 2020-07-06 16:04:02 +01:00
parent 9da537eb33
commit 0086c2ecdb
199 changed files with 95598 additions and 6141 deletions

View file

@ -1,9 +1,9 @@
import test from 'ava';
import {silenceDebugOutput} from './testing-utils';
import {setupTests} from './testing-utils';
import * as uploadLib from './upload-lib';
silenceDebugOutput(test);
setupTests(test);
test('validateSarifFileSchema - valid', t => {
const inputFile = __dirname + '/../src/testdata/valid-sarif.sarif';