Skip to content

Merge pull request #160 from srl-labs/feat/better-launcher-logs-on-co… #482

Merge pull request #160 from srl-labs/feat/better-launcher-logs-on-co…

Merge pull request #160 from srl-labs/feat/better-launcher-logs-on-co… #482

Workflow file for this run

---
name: cicd
on:
push:
branches:
- main
pull_request: {}
workflow_dispatch: {}
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
build:
needs:
- lint
- test
uses: ./.github/workflows/build.yaml