Skip to content

Update GitHub Action for uploading web artifact #1826

Update GitHub Action for uploading web artifact

Update GitHub Action for uploading web artifact #1826

name: Code Validation
on:
push:
branches:
- master
pull_request:
# Allow running this workflow manually from the Actions tab
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run shared environment setup steps
uses: ./.github/actions/environment_setup
- name: Run static analysis and style guideline checks
run: flutter analyze