Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

ci(ci): add eslint and test framework (#1822) #1150

ci(ci): add eslint and test framework (#1822)

ci(ci): add eslint and test framework (#1822) #1150

Workflow file for this run

name: Main merge
on:
push:
branches:
- main
permissions:
packages: write
jobs:
verification:
name: Verification
uses: ./.github/workflows/reusable-verification.yml
secrets: inherit
build-and-push:
needs: verification
uses: ./.github/workflows/reusable-build-and-push.yml
with:
image_tag: latest
push: true
use_release_repository: true