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: Format
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: dartfmt
run: dart format ./ -l 120 --set-exit-if-changed