Skip to content

Generate Library CI #498

Generate Library CI

Generate Library CI #498

name: Generate Library CI
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: 0 0 * * 0
env:
PUB_ENVIRONMENT: bot.github
jobs:
generate-library:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
- id: install
name: Install dependencies
run: dart pub get
working-directory: scripts
- name: Generate library
run: dart scripts/bin/generate_library.dart