Skip to content

fix(logging): fix logging infra stack #2179

fix(logging): fix logging infra stack

fix(logging): fix logging infra stack #2179

name: Generate Workflows
on:
push:
branches:
- main
- stable
pull_request:
schedule:
- cron: "0 0 * * 0" # Every Sunday at 00:00
jobs:
test:
name: Generate Workflows
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
with:
submodules: true
- name: Setup Dart
uses: dart-lang/setup-dart@deafe40ee7284c48e67c783c88eed8c8b52b19ca # main
with:
sdk: stable
- name: Setup aft
shell: bash # Run in bash regardless of platform
run: dart pub global activate -spath packages/aft
- name: Generate Workflows
run: aft generate workflows --set-exit-if-changed