Skip to content

Adding submit to all channels functionality #144

Adding submit to all channels functionality

Adding submit to all channels functionality #144

Workflow file for this run

name: UI build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
workflow_call:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: UI lint
uses: ./.github/actions/ui-lint
build:
needs: [lint]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: UI build
uses: ./.github/actions/ui-build