Skip to content

updated eslint (#1439) #636

updated eslint (#1439)

updated eslint (#1439) #636

Workflow file for this run

name: Main Push
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/subflow_build.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
e2e-test:
uses: ./.github/workflows/subflow_e2e_test.yml
needs: build