Bump dart_flutter_team_lints from 3.2.0 to 3.2.1 in /scripts #478
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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@d632683dd7b4114ad314bca15554477dd762a938 | |
| - 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 |