Add GitHub action infrastructure.

This commit is contained in:
Fabio Niephaus
2022-01-03 08:43:40 +01:00
parent 1478c743ed
commit db50d45bd5
13 changed files with 11418 additions and 0 deletions

5
__tests__/main.test.ts Normal file
View File

@@ -0,0 +1,5 @@
import {expect, test} from '@jest/globals'
test('dummy test', async () => {
expect(true).toBeTruthy()
})