Skip to content

Update mariadb Docker tag to v11 #318

Update mariadb Docker tag to v11

Update mariadb Docker tag to v11 #318

Workflow file for this run

name: Analyzer
on:
pull_request:
type: [opened, synchronize]
push:
branched: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: dart:stable
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: dart pub get
- name: analyzer
run: dart analyze --fatal-warnings .