build(deps): bump package_info_plus from 8.0.0 to 8.0.1 #217
Workflow file for this run
This file contains 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: Android CI Workflow | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
ci: | |
name: Continuous Integration | |
runs-on: ubuntu-latest | |
container: ghcr.io/cirruslabs/flutter:3.22.2 | |
timeout-minutes: 30 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build project | |
run: flutter build apk |