Skip to content

Merge pull request #65 from icapps/feature/#64-github-actions #4

Merge pull request #65 from icapps/feature/#64-github-actions

Merge pull request #65 from icapps/feature/#64-github-actions #4

Workflow file for this run

name: Analyzer
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
check_analyzer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
channel: 'stable'
- run: flutter packages get
- run: flutter analyze