* run job on trunk branch

* bot: update checkstyle.xml

* try now

* try now

* remove logging

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Luigi Teschio 2022-11-02 12:43:14 +01:00 committed by GitHub
parent fa1e644b81
commit a79bfba32c
2 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,7 @@ const runner = async () => {
const fileName = getInput( 'compare', {
required: true,
} );
const newCheckStyleFile = fs.readFileSync( fileName );
const newCheckStyleFileParsed = parseXml( newCheckStyleFile );
const currentCheckStyleFile = await getFileContent( {

View File

@ -35,6 +35,10 @@ jobs:
npm ci
npm run ts:log-errors
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v6
- name: Monitor TypeScript errors
uses: ./.github/monitor-typescript-errors
with: