Skip to content

Merge pull request #28 from srl-labs/dependabot/github_actions/main/d… #58

Merge pull request #28 from srl-labs/dependabot/github_actions/main/d…

Merge pull request #28 from srl-labs/dependabot/github_actions/main/d… #58

Workflow file for this run

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