mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Remove change on core
This commit is contained in:
parent
d556b8b87d
commit
fca6f0d1fa
@ -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({
|
||||
|
@ -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>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user