Skip to content

perf: delegate lsp to handle context command logics (#477) #83

perf: delegate lsp to handle context command logics (#477)

perf: delegate lsp to handle context command logics (#477) #83

Workflow file for this run

name: Main Branch Push
on:
push:
branches:
- main
jobs:
lint:
uses: ./.github/workflows/lint.yml
unit-tests:
uses: ./.github/workflows/unit-tests.yml
e2e-linux:

Check failure on line 11 in .github/workflows/main-push.yml

View workflow run for this annotation

GitHub Actions / Main Branch Push

Invalid workflow file

The workflow is not valid. .github/workflows/main-push.yml (Line: 11, Col: 3): Error calling workflow 'aws/mynah-ui/.github/workflows/e2e-linux.yml@7bebf0352f3ce5606e8fc5bffae0c752d08c68f5'. The nested job 'e2e-linux' is requesting 'packages: write', but is only allowed 'packages: read'.
uses: ./.github/workflows/e2e-linux.yml