Remove change on core

This commit is contained in:
mauriziovitale 2024-07-19 13:26:42 +02:00
parent d556b8b87d
commit fca6f0d1fa
2 changed files with 0 additions and 4 deletions

View File

@ -23,9 +23,6 @@ runs:
lineChangedLimit: ${{ inputs.lines-changed-limit }}
with:
script: |
console.log('Determine Complexity');
console.log('Files changed limit: ' + process.env.fileChangedLimit);
console.log('Lines changed limit: ' + process.env.lineChangedLimit);
const determineComplexity = require('./.github/actions/determine-complexity/determine-pr-complexity.js');
determineComplexity({

View File

@ -20,7 +20,6 @@ import { Observable } from 'rxjs';
/**
* Provide authentication/authorization through OAuth2/OIDC protocol.
* simulate a change
*/
export abstract class AuthService {
abstract onLogin: Observable<any>;