Skip to content

ci: add Dependabot configuration for pip and GitHub actions #134

ci: add Dependabot configuration for pip and GitHub actions

ci: add Dependabot configuration for pip and GitHub actions #134

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@v3
- name: UI lint
uses: ./.github/actions/ui-lint
build:
needs: [lint]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: UI build
uses: ./.github/actions/ui-build