Skip to content

feat(dotnet): add QueryDoctor.SqlCommenter.EFCore package #8

feat(dotnet): add QueryDoctor.SqlCommenter.EFCore package

feat(dotnet): add QueryDoctor.SqlCommenter.EFCore package #8

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- master
paths-ignore:
- php/sqlcommenter-php/packages/sqlcommenter-laravel/**
- php/sqlcommenter-php/samples/sqlcommenter-laravel/**
- python/sqlcommenter-python/**
- nodejs/**
- go/**
pull_request:
paths-ignore:
- php/sqlcommenter-php/packages/sqlcommenter-laravel/**
- php/sqlcommenter-php/samples/sqlcommenter-laravel/**
- python/sqlcommenter-python/**
- nodejs/**
- go/**
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required" '
lint:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required" '