Test lint CI
All checks were successful
Lint and Build / lint-and-build (18.x) (push) Successful in 39s
All checks were successful
Lint and Build / lint-and-build (18.x) (push) Successful in 39s
This commit is contained in:
parent
d051054aa4
commit
75de69770e
@ -2,8 +2,8 @@ name: Lint and Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
# branches:
|
||||
# - main
|
||||
paths:
|
||||
- 'src/**'
|
||||
pull_request:
|
||||
|
||||
@ -4,6 +4,7 @@ import { readFileSync } from 'fs';
|
||||
import { join } from 'path';
|
||||
import { resolvers } from './resolvers';
|
||||
|
||||
// Test lint CI
|
||||
async function startServer () {
|
||||
const typeDefs = readFileSync(join(__dirname, 'schema.graphql'), 'utf8');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user