Skip to content

Commit

Permalink
Fix CI workflows (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr authored Jul 16, 2024
1 parent b42391b commit 0c995f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ jobs:
run: |
yarn lint:ci
continue-on-error: true
- name: Annotate Code Linting Results
uses: ataylorme/eslint-annotate-action@d57a1193d4c59cbfbf3f86c271f42612f9dbd9e9 # v3.0.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
report-json: 'eslint_report.json'
check-name: 'ESLint Report'
# Only execute for push on master or PRs in the main repository (Annotations don't work in forks due to security reasons)
if: always() && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'eclipse-glsp/glsp-theia-integration')
- name: Create summary
run: |
npm_config_yes=true npx github:10up/eslint-json-to-md#82ff16b --path ./eslint_report.json --output ./eslint_report.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Publish next'
on:
workflow_run:
workflows: ['PR']
workflows: ['CI']
types:
- completed
workflow_dispatch:
Expand Down

0 comments on commit 0c995f8

Please sign in to comment.