Skip to content

Frugal gha python

Frugal gha python #28

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "*"
push:
branches:
- "master"
- "develop"
tags:
- "*"
permissions:
pull-requests: write
contents: write
id-token: write
checks: write
jobs:
compiler:
name: Compiler
uses: ./.github/workflows/compiler.yaml
secrets: inherit
dart:
name: Dart
uses: ./.github/workflows/dart.yaml
secrets: inherit
java:
name: Java
uses: ./.github/workflows/java.yaml
secrets: inherit
golang:
name: Golang
uses: ./.github/workflows/golang.yaml
secrets: inherit
python2:
name: Python
uses: ./.github/workflows/python2.yaml
secrets: inherit
python3:
name: Python
uses: ./.github/workflows/python3.yaml
secrets: inherit
publish:
name: Publish OSS Artifacts
uses: ./.github/workflows/publish.yaml
secrets: inherit