Test lint CI
All checks were successful
Lint and Build / lint-and-build (18.x) (push) Successful in 39s

This commit is contained in:
Shreerang Kale 2025-12-29 14:36:44 +05:30
parent d051054aa4
commit 75de69770e
2 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,8 @@ name: Lint and Build
on:
push:
branches:
- main
# branches:
# - main
paths:
- 'src/**'
pull_request:

View File

@ -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');