Skip to content

Bump actions/deploy-pages from 2 to 4 (#10) #37

Bump actions/deploy-pages from 2 to 4 (#10)

Bump actions/deploy-pages from 2 to 4 (#10) #37

Workflow file for this run

name: Formatting
on:
pull_request:
branches: [master]
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Fetching repo"
uses: actions/checkout@v4
- name: "Setting up Flutter SDK"
uses: subosito/flutter-action@v2
- name: "Getting dependencies"
run: flutter pub get
- name: "Checking code formatting"
run: dart format --output=none --set-exit-if-changed .