Update eslint dependencies to support TS 5.7, update to TS 5.7, remove redundandt webpack-analyzer #1148
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
types: ["opened", "reopened", "synchronize"] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
continous-integration: | |
name: "Continuous Integration" | |
uses: ./.github/workflows/ci-integrations.yml | |
secrets: inherit | |
with: | |
enterprise: false |