Skip to content

build(deps): bump actions/checkout from 3 to 4 (#185) #139

build(deps): bump actions/checkout from 3 to 4 (#185)

build(deps): bump actions/checkout from 3 to 4 (#185) #139

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